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