2 references to OverridesDefaultStyleProperty
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (2)
191get { return (bool)GetValue(OverridesDefaultStyleProperty); } 192set { SetValue(OverridesDefaultStyleProperty, BooleanBoxes.Box(value)); }