3 writes to CurrentDepth
System.Xaml (3)
System\Xaml\XamlXmlWriter.cs (3)
2061writer.ppStateInfo.CurrentDepth++; 2079writer.ppStateInfo.CurrentDepth--; 2180CurrentDepth = 0;
5 references to CurrentDepth
System.Xaml (5)
System\Xaml\XamlXmlWriter.cs (5)
2052if (writer.ppStateInfo.CurrentDepth == 0) 2076Debug.Assert(writer.ppStateInfo.CurrentDepth != 0); 2089if (writer.ppStateInfo.CurrentDepth == 0) 2104if (writer.ppStateInfo.CurrentDepth == 0) 2118if (writer.ppStateInfo.CurrentDepth == 0)