2 writes to _readMode
System.Xaml (2)
System\Xaml\XamlNodeList.cs (2)
80
_readMode
= true;
115
_readMode
= false; // go back to write mode.
4 references to _readMode
System.Xaml (4)
System\Xaml\XamlNodeList.cs (4)
58
if (!
_readMode
)
71
if (!
_readMode
)
90
if (
_readMode
)
105
if (!
_readMode
)