3 references to ResizeBorderThicknessProperty
PresentationFramework (3)
System\Windows\Shell\WindowChrome.cs (3)
198
get { return (Thickness)GetValue(
ResizeBorderThicknessProperty
); }
199
set { SetValue(
ResizeBorderThicknessProperty
, value); }
316
new _SystemParameterBoundProperty { DependencyProperty =
ResizeBorderThicknessProperty
, SystemParameterPropertyName = "WindowResizeBorderThickness" },