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