3 references to WindowStateProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7095DependencyProperty dp = System.Windows.Window.WindowStateProperty;
System\Windows\Window.cs (2)
1434return (WindowState) GetValue(WindowStateProperty); 1443SetValue(WindowStateProperty, value);