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