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