2 references to CanUserAddRows
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
3543
Debug.Assert(
CanUserAddRows
, "AddNewItem called when the end-user cannot add new rows.");
3746
bool canUserAddRows =
CanUserAddRows
;