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