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