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