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