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