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