Class RadCompositionInitializer
Inheritance
System.Object
RadCompositionInitializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class RadCompositionInitializer
Properties
Catalog
Declaration
public static ComposablePartCatalog Catalog { get; set; }
Property Value
System.ComponentModel.Composition.Primitives.ComposablePartCatalog
|
Container
Declaration
[Obsolete("Use GetCompostionContainerConatinerCallback.")]
public static CompositionContainer Container { get; set; }
Property Value
System.ComponentModel.Composition.Hosting.CompositionContainer
|
GetCompostionContainerCallback
Declaration
public static Func<object, CompositionContainer> GetCompostionContainerCallback { get; set; }
Property Value
System.Func<System.Object, System.ComponentModel.Composition.Hosting.CompositionContainer>
|
Methods
SatisfyImports(Object)
Declaration
public static void SatisfyImports(object part)
Parameters
System.Object
part
|