6 references to Depth
System.Xaml (6)
System\Xaml\Parser\XamlScanner.cs (6)
348
if (_scannerStack.
Depth
> 0)
392
if (_scannerStack.
Depth
> 0)
430
bool tagIsRoot = _scannerStack.
Depth
== 1; // PEs are processed after frame is pushed
441
if (_scannerStack.
Depth
> 0)
638
bool tagIsRoot = _scannerStack.
Depth
== 0; // Attributes are processed before frame is pushed
832
if (!(_scannerStack.
Depth
== 0 && AccumulatedText.IsWhiteSpaceOnly))