2 references to BorderThicknessProperty
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
101
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
102
set { SetValue(
BorderThicknessProperty
, value); }