3 writes to CurrentDepth
System.Xaml (3)
System\Xaml\XamlXmlWriter.cs (3)
2038writer.ppStateInfo.CurrentDepth++; 2056writer.ppStateInfo.CurrentDepth--; 2157CurrentDepth = 0;
5 references to CurrentDepth
System.Xaml (5)
System\Xaml\XamlXmlWriter.cs (5)
2029if (writer.ppStateInfo.CurrentDepth == 0) 2053Debug.Assert(writer.ppStateInfo.CurrentDepth != 0); 2066if (writer.ppStateInfo.CurrentDepth == 0) 2081if (writer.ppStateInfo.CurrentDepth == 0) 2095if (writer.ppStateInfo.CurrentDepth == 0)