Click or drag to resize

ExportProviderLocator Class

Provides location service for the export provider to the WPF UI tree.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.CompositionExportProviderLocator

Namespace: TomsToolbox.Wpf.Composition
Assembly: TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class ExportProviderLocator

The ExportProviderLocator type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetExportProvider Gets the active export provider for the specified object.
Public Extension MethodGetMissingExportProviderMessage Gets the message to show when an export provider could not be located in the visual tree.
Public methodStatic memberRegister Registers the specified export provider.
Public Extension MethodSetExportProvider Sets the export provider.
Public Extension MethodTryGetExportProvider Gets the active export provider for the specified object, or null if no export provider is registered.
Top
Fields
 NameDescription
Public fieldStatic memberExportProviderProperty Identifies the ExportProvider attached property.
Top
Attached Properties
 NameDescription
Public propertyExportProvider Makes the export provider available in the WPF visual tree.
Top
See Also