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