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