11 writes to _expectingBlockStart
PresentationFramework (11)
MS\Internal\IO\Packaging\XamlFilter.cs (11)
145_expectingBlockStart = true; // If text data occurred at top level, it would be a block start. 367_expectingBlockStart = !chunkIsInline; 467_expectingBlockStart = false; 615_expectingBlockStart = true; 617_expectingBlockStart = true; // Simulate a stack pop for a block element. 637_expectingBlockStart = true; 641_expectingBlockStart = !elementDescriptor.IsInline; 653_expectingBlockStart = true; 766_expectingBlockStart = true; 951_expectingBlockStart = true; 964_expectingBlockStart = true;
1 reference to _expectingBlockStart
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
449if (_expectingBlockStart)