2 references to HasOuterBorderProperty
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
73
get { return (bool)GetValue(
HasOuterBorderProperty
); }
74
set { SetValue(
HasOuterBorderProperty
, value); }