3 writes to ReadOnly
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
222ReadOnly = true;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
3087holder.ReadOnly = true; 3094holder.ReadOnly = true;
3 references to ReadOnly
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
3029Debug.Assert(!holder.ReadOnly); // this is being checked in XamlReaderHelper, just assert 3156if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 4909if (!holder.IsClosed && !holder.ReadOnly)