7 references to CanUserAddRowsProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
2763
d.CoerceValue(
CanUserAddRowsProperty
);
3419
get { return (bool)GetValue(
CanUserAddRowsProperty
); }
3420
set { SetValue(
CanUserAddRowsProperty
, value); }
3741
if (DataGridHelper.IsDefaultValue(this,
CanUserAddRowsProperty
))
5363
d.CoerceValue(
CanUserAddRowsProperty
);
7507
CoerceValue(
CanUserAddRowsProperty
);
7616
CoerceValue(
CanUserAddRowsProperty
);