11 writes to _expectingBlockStart
PresentationFramework (11)
MS\Internal\IO\Packaging\XamlFilter.cs (11)
139_expectingBlockStart = true; // If text data occurred at top level, it would be a block start. 361_expectingBlockStart = !chunkIsInline; 461_expectingBlockStart = false; 609_expectingBlockStart = true; 611_expectingBlockStart = true; // Simulate a stack pop for a block element. 631_expectingBlockStart = true; 635_expectingBlockStart = !elementDescriptor.IsInline; 647_expectingBlockStart = true; 760_expectingBlockStart = true; 945_expectingBlockStart = true; 958_expectingBlockStart = true;
1 reference to _expectingBlockStart
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
443if (_expectingBlockStart)