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