8 writes to IsUpdatingDisplayIndex
PresentationFramework (8)
System\Windows\Controls\DataGridColumnCollection.cs (8)
281
IsUpdatingDisplayIndex
= true;
286
IsUpdatingDisplayIndex
= isUpdating;
355
IsUpdatingDisplayIndex
= true;
390
IsUpdatingDisplayIndex
= false;
416
IsUpdatingDisplayIndex
= true;
447
IsUpdatingDisplayIndex
= false;
560
IsUpdatingDisplayIndex
= true;
586
IsUpdatingDisplayIndex
= false;
4 references to IsUpdatingDisplayIndex
PresentationFramework (4)
System\Windows\Controls\DataGridColumnCollection.cs (4)
278
bool isUpdating =
IsUpdatingDisplayIndex
;
347
if (
IsUpdatingDisplayIndex
)
412
Debug.Assert(!
IsUpdatingDisplayIndex
, "We don't add new columns as part of a display index update operation");
556
Debug.Assert(!
IsUpdatingDisplayIndex
, "We don't remove columns as part of a display index update operation");