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