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)
443
if (
_expectingBlockStart
)