5 writes to CurrentlyInContent
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
351_scannerStack.CurrentlyInContent = false; 397_scannerStack.CurrentlyInContent = true; 450_scannerStack.CurrentlyInContent = false; 487_scannerStack.CurrentlyInContent = false; 506_scannerStack.CurrentlyInContent = true;
2 references to CurrentlyInContent
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
504bool isFirstTextInContent = !_scannerStack.CurrentlyInContent; 511bool isFirstTextInContent = !_scannerStack.CurrentlyInContent;