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