ApplicationWindowFactory
Description
- Derived from
Abstract base class for IApplicationWindowFactory implementations.
Public / Attributes
All
Returns the IApplicationWindowFactory instances that have been registered.
The returned list is sorted by this order:
-
IApplicationWindowFactory.HasDependencies (
false
,true
) -
IApplicationWindowFactory.ImplementationIdentifier (ascending)
-
IApplicationWindowFactory.ImplementationVersion (descending)
- See also