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