1 write to BreakType
PresentationFramework (1)
MS\Internal\IO\Packaging\IndexingContentUnit.cs (1)
50
BreakType
= breakType;
3 references to BreakType
PresentationFramework (3)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (3)
161
Invariant.Assert(chunk.
BreakType
>= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && chunk.
BreakType
<= CHUNK_BREAKTYPE.CHUNK_EOC);
162
native.breakType = chunk.
BreakType
;