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)
Syntax
public static class ExportProviderLocator

The ExportProviderLocator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetExportProvider
Gets the active export provider for the specified object.
Public methodStatic memberGetMissingExportProviderMessage
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 methodStatic memberSetExportProvider
Sets the export provider.
Public methodStatic memberTryGetExportProvider
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 attached propertyExportProvider
Makes the export provider available in the WPF visual tree.
Top
See Also