1 instantiation of IndexingContentUnit
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
478_indexingContentUnit = new IndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid);
15 references to IndexingContentUnit
PresentationFramework (15)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (15)
241IndexingContentUnit contentUnit; 356internal IndexingContentUnit NextContentUnit() 359IndexingContentUnit nextContentUnit = null; 464private IndexingContentUnit BuildIndexingContentUnit(string text, uint lcid) 509private IndexingContentUnit HandleTextData() 519IndexingContentUnit result = BuildIndexingContentUnit(_xamlReader.Value, GetCurrentLcid()); 540private IndexingContentUnit HandleElementStart() 587IndexingContentUnit nextUnit = HandleFixedFormatTag(elementFullName, out elementFullyHandled); 636IndexingContentUnit titleContent = BuildIndexingContentUnit(title, GetCurrentLcid()); 659IndexingContentUnit result = BuildIndexingContentUnit(content, GetCurrentLcid()); 691private IndexingContentUnit HandleElementEnd() 707private IndexingContentUnit HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled) 776private IndexingContentUnit ProcessGlyphRun() 797private IndexingContentUnit ProcessFixedPage() 1035private IndexingContentUnit _indexingContentUnit;