7 references to CanUserAddRowsProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
2769
d.CoerceValue(
CanUserAddRowsProperty
);
3425
get { return (bool)GetValue(
CanUserAddRowsProperty
); }
3426
set { SetValue(
CanUserAddRowsProperty
, value); }
3747
if (DataGridHelper.IsDefaultValue(this,
CanUserAddRowsProperty
))
5369
d.CoerceValue(
CanUserAddRowsProperty
);
7513
CoerceValue(
CanUserAddRowsProperty
);
7622
CoerceValue(
CanUserAddRowsProperty
);