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