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