2 references to WindowChromeProperty
PresentationFramework (2)
System\Windows\Shell\WindowChrome.cs (2)
94
return (WindowChrome)window.GetValue(
WindowChromeProperty
);
102
window.SetValue(
WindowChromeProperty
, chrome);