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