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