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