5 writes to CurrentlyInContent
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
348_scannerStack.CurrentlyInContent = false; 392_scannerStack.CurrentlyInContent = true; 444_scannerStack.CurrentlyInContent = false; 481_scannerStack.CurrentlyInContent = false; 498_scannerStack.CurrentlyInContent = true;
2 references to CurrentlyInContent
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
496bool isFirstTextInContent = !_scannerStack.CurrentlyInContent; 503bool isFirstTextInContent = !_scannerStack.CurrentlyInContent;