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