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