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