5 writes to CurrentlyInContent
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
351_scannerStack.CurrentlyInContent = false; 395_scannerStack.CurrentlyInContent = true; 447_scannerStack.CurrentlyInContent = false; 484_scannerStack.CurrentlyInContent = false; 501_scannerStack.CurrentlyInContent = true;
2 references to CurrentlyInContent
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
499bool isFirstTextInContent = !_scannerStack.CurrentlyInContent; 506bool isFirstTextInContent = !_scannerStack.CurrentlyInContent;