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