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