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