7 references to CanUserAddRowsProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
2787
d.CoerceValue(
CanUserAddRowsProperty
);
3449
get { return (bool)GetValue(
CanUserAddRowsProperty
); }
3450
set { SetValue(
CanUserAddRowsProperty
, value); }
3771
if (DataGridHelper.IsDefaultValue(this,
CanUserAddRowsProperty
))
5408
d.CoerceValue(
CanUserAddRowsProperty
);
7554
CoerceValue(
CanUserAddRowsProperty
);
7666
CoerceValue(
CanUserAddRowsProperty
);