WindowedDocumentUIService Properties
Allows you to show documents in separate windows.| Name | Description |
|---|---|
| ActiveDocument | Gets or sets the active document. This is a dependency property. |
| ActiveView | Gets the active view. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| Documents | Gets the collection of existing documents. |
| DocumentShowMode | Gets or sets the windowed document show mode. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| SetWindowOwner | Specifies whether the Owner of the windowed document container needs to be set. This is a dependency property. |
| UnregisterOnUnloaded | Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase. |
| ViewLocator | Specifies the view locator. Inherited from ViewServiceBase. |
| ViewTemplate | Specifies the view template. Inherited from ViewServiceBase. |
| ViewTemplateSelector | Specifies the template selector that chooses a view template based on the passed view model. Inherited from ViewServiceBase. |
| WindowStartupLocation | Gets or sets the position of the windowed document when first shown. This is a dependency property. |
| WindowStyle | Gets or sets the style applied to a document container (a Window object). This is a dependency property. |
| WindowStyleSelector | Gets or sets an object that chooses a style applied to a document’s container (a Window object). This is a dependency property. |
| WindowType | Gets or sets the windowed document container type. This is a dependency property. |
See Also