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