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