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