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