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