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