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