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