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