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