8 writes to IsUpdatingDisplayIndex
PresentationFramework (8)
System\Windows\Controls\DataGridColumnCollection.cs (8)
282IsUpdatingDisplayIndex = true; 287IsUpdatingDisplayIndex = isUpdating; 356IsUpdatingDisplayIndex = true; 391IsUpdatingDisplayIndex = false; 417IsUpdatingDisplayIndex = true; 448IsUpdatingDisplayIndex = false; 561IsUpdatingDisplayIndex = true; 587IsUpdatingDisplayIndex = false;
4 references to IsUpdatingDisplayIndex
PresentationFramework (4)
System\Windows\Controls\DataGridColumnCollection.cs (4)
279bool isUpdating = IsUpdatingDisplayIndex; 348if (IsUpdatingDisplayIndex) 413Debug.Assert(IsUpdatingDisplayIndex == false, "We don't add new columns as part of a display index update operation"); 557Debug.Assert(IsUpdatingDisplayIndex == false, "We don't remove columns as part of a display index update operation");