11 writes to _expectingBlockStart
PresentationFramework (11)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (11)
165_expectingBlockStart = true; // If text data occurred at top level, it would be a block start. 387_expectingBlockStart = !chunkIsInline; 487_expectingBlockStart = false; 635_expectingBlockStart = true; 637_expectingBlockStart = true; // Simulate a stack pop for a block element. 657_expectingBlockStart = true; 661_expectingBlockStart = !elementDescriptor.IsInline; 673_expectingBlockStart = true; 786_expectingBlockStart = true; 971_expectingBlockStart = true; 984_expectingBlockStart = true;
1 reference to _expectingBlockStart
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
469if (_expectingBlockStart)