1 write to BreakType
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\IndexingContentUnit.cs (1)
55BreakType = breakType;
3 references to BreakType
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (3)
189Invariant.Assert(chunk.BreakType >= CHUNK_BREAKTYPE.CHUNK_NO_BREAK && chunk.BreakType <= CHUNK_BREAKTYPE.CHUNK_EOC); 190native.breakType = chunk.BreakType;