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