1 write to _isImmutable
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
480set { _isImmutable = value; }
1 reference to _isImmutable
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
479get { return _isImmutable; }