6 references to Depth
System.Xaml (6)
System\Xaml\Parser\XamlScanner.cs (6)
348if (_scannerStack.Depth > 0) 394if (_scannerStack.Depth > 0) 433bool tagIsRoot = _scannerStack.Depth == 1; // PEs are processed after frame is pushed 444if (_scannerStack.Depth > 0) 648bool tagIsRoot = _scannerStack.Depth == 0; // Attributes are processed before frame is pushed 848if (!(_scannerStack.Depth == 0 && AccumulatedText.IsWhiteSpaceOnly))