7 references to CanUserAddRowsProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
2757
d.CoerceValue(
CanUserAddRowsProperty
);
3413
get { return (bool)GetValue(
CanUserAddRowsProperty
); }
3414
set { SetValue(
CanUserAddRowsProperty
, value); }
3735
if (DataGridHelper.IsDefaultValue(this,
CanUserAddRowsProperty
))
5357
d.CoerceValue(
CanUserAddRowsProperty
);
7501
CoerceValue(
CanUserAddRowsProperty
);
7610
CoerceValue(
CanUserAddRowsProperty
);