2 writes to IsImmutable
PresentationFramework (2)
System\Windows\Controls\GridViewColumnCollection.cs (2)
145IsImmutable = true; 154IsImmutable = false;
3 references to IsImmutable
PresentationFramework (3)
System\Windows\Controls\GridViewColumnCollection.cs (3)
144Debug.Assert(IsImmutable != true, "IsImmutable is true before BlockWrite"); 153Debug.Assert(IsImmutable != false, "IsImmutable is flase before UnblockWrite"); 441if (IsImmutable)