2 writes to _readMode
System.Xaml (2)
System\Xaml\XamlNodeList.cs (2)
79
_readMode
= true;
115
_readMode
= false; // go back to write mode.
4 references to _readMode
System.Xaml (4)
System\Xaml\XamlNodeList.cs (4)
54
if (!
_readMode
)
69
if (!
_readMode
)
89
if (
_readMode
)
104
if (!
_readMode
)