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