2 writes to IsImmutable
PresentationFramework (2)
System\Windows\Controls\GridViewColumnCollection.cs (2)
142IsImmutable = true; 151IsImmutable = false;
3 references to IsImmutable
PresentationFramework (3)
System\Windows\Controls\GridViewColumnCollection.cs (3)
141Debug.Assert(IsImmutable != true, "IsImmutable is true before BlockWrite"); 150Debug.Assert(IsImmutable != false, "IsImmutable is flase before UnblockWrite"); 438if (IsImmutable)