3 writes to CurrentDepth
System.Xaml (3)
System\Xaml\XamlXmlWriter.cs (3)
2080writer.ppStateInfo.CurrentDepth++; 2098writer.ppStateInfo.CurrentDepth--; 2199CurrentDepth = 0;
5 references to CurrentDepth
System.Xaml (5)
System\Xaml\XamlXmlWriter.cs (5)
2071if (writer.ppStateInfo.CurrentDepth == 0) 2095Debug.Assert(writer.ppStateInfo.CurrentDepth != 0); 2108if (writer.ppStateInfo.CurrentDepth == 0) 2123if (writer.ppStateInfo.CurrentDepth == 0) 2137if (writer.ppStateInfo.CurrentDepth == 0)