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