7 references to CanUserAddRowsProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
2770
d.CoerceValue(
CanUserAddRowsProperty
);
3426
get { return (bool)GetValue(
CanUserAddRowsProperty
); }
3427
set { SetValue(
CanUserAddRowsProperty
, value); }
3748
if (DataGridHelper.IsDefaultValue(this,
CanUserAddRowsProperty
))
5370
d.CoerceValue(
CanUserAddRowsProperty
);
7514
CoerceValue(
CanUserAddRowsProperty
);
7623
CoerceValue(
CanUserAddRowsProperty
);