11 writes to _expectingBlockStart
PresentationFramework (11)
MS\Internal\IO\Packaging\XamlFilter.cs (11)
138_expectingBlockStart = true; // If text data occurred at top level, it would be a block start. 360_expectingBlockStart = !chunkIsInline; 460_expectingBlockStart = false; 608_expectingBlockStart = true; 610_expectingBlockStart = true; // Simulate a stack pop for a block element. 630_expectingBlockStart = true; 634_expectingBlockStart = !elementDescriptor.IsInline; 646_expectingBlockStart = true; 759_expectingBlockStart = true; 938_expectingBlockStart = true; 951_expectingBlockStart = true;
1 reference to _expectingBlockStart
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
442if (_expectingBlockStart)