Skip to main content
A newer version of this page is available. .

WindowService Properties

Allows you to show your views as windows and control them from your ViewModels.
Name Description
AllowSetWindowOwner Gets or sets whether the service specifies the window’s owner. This is a dependency property.
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.
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.
Title Gets or sets the service window’s title. This is a dependency property.
UnregisterOnUnloaded 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.
WindowShowMode Gets or sets the current service window’s show mode (modeless/modal). This is a dependency property.
WindowStartupLocation Gets or sets the service window’s position when it first shown. This is a dependency property.
WindowStyle Gets or sets the style applied to the service window. This is a dependency property.
WindowType Gets or sets the current service window type. This is a dependency property.
See Also