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