2 references to BorderThicknessProperty
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
582get { return (Thickness) GetValue(BorderThicknessProperty); } 584set { SetValue(BorderThicknessProperty, value); }