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