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