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