3 references to WindowStateProperty
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7053DependencyProperty dp = System.Windows.Window.WindowStateProperty;
src\Framework\System\Windows\Window.cs (2)
1542return (WindowState) GetValue(WindowStateProperty); 1551SetValue(WindowStateProperty, value);