3 writes to CurrentDepth
System.Xaml (3)
System\Xaml\XamlXmlWriter.cs (3)
2040writer.ppStateInfo.CurrentDepth++; 2058writer.ppStateInfo.CurrentDepth--; 2159CurrentDepth = 0;
5 references to CurrentDepth
System.Xaml (5)
System\Xaml\XamlXmlWriter.cs (5)
2031if (writer.ppStateInfo.CurrentDepth == 0) 2055Debug.Assert(writer.ppStateInfo.CurrentDepth != 0); 2068if (writer.ppStateInfo.CurrentDepth == 0) 2083if (writer.ppStateInfo.CurrentDepth == 0) 2097if (writer.ppStateInfo.CurrentDepth == 0)