2 references to IsDefaultProperty
PresentationFramework (2)
System\Windows\Controls\Button.cs (2)
69get { return (bool) GetValue(IsDefaultProperty); } 70set { SetValue(IsDefaultProperty, BooleanBoxes.Box(value)); }