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