6 references to Depth
System.Xaml (6)
System\Xaml\Parser\XamlScanner.cs (6)
347
if (_scannerStack.
Depth
> 0)
393
if (_scannerStack.
Depth
> 0)
432
bool tagIsRoot = _scannerStack.
Depth
== 1; // PEs are processed after frame is pushed
443
if (_scannerStack.
Depth
> 0)
647
bool tagIsRoot = _scannerStack.
Depth
== 0; // Attributes are processed before frame is pushed
847
if (!(_scannerStack.
Depth
== 0 && AccumulatedText.IsWhiteSpaceOnly))