5 writes to CurrentlyInContent
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
350_scannerStack.CurrentlyInContent = false; 396_scannerStack.CurrentlyInContent = true; 449_scannerStack.CurrentlyInContent = false; 486_scannerStack.CurrentlyInContent = false; 505_scannerStack.CurrentlyInContent = true;
2 references to CurrentlyInContent
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
503bool isFirstTextInContent = !_scannerStack.CurrentlyInContent; 510bool isFirstTextInContent = !_scannerStack.CurrentlyInContent;