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