1 instantiation of IndexingContentUnit
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
451
_indexingContentUnit = new
IndexingContentUnit
(text, AllocateChunkID(), breakType, _propSpec, lcid);
15 references to IndexingContentUnit
PresentationFramework (15)
MS\Internal\IO\Packaging\XamlFilter.cs (15)
214
IndexingContentUnit
contentUnit;
329
internal
IndexingContentUnit
NextContentUnit()
332
IndexingContentUnit
nextContentUnit = null;
437
private
IndexingContentUnit
BuildIndexingContentUnit(string text, uint lcid)
482
private
IndexingContentUnit
HandleTextData()
492
IndexingContentUnit
result = BuildIndexingContentUnit(_xamlReader.Value, GetCurrentLcid());
513
private
IndexingContentUnit
HandleElementStart()
560
IndexingContentUnit
nextUnit = HandleFixedFormatTag(elementFullName, out elementFullyHandled);
609
IndexingContentUnit
titleContent = BuildIndexingContentUnit(title, GetCurrentLcid());
632
IndexingContentUnit
result = BuildIndexingContentUnit(content, GetCurrentLcid());
664
private
IndexingContentUnit
HandleElementEnd()
680
private
IndexingContentUnit
HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled)
749
private
IndexingContentUnit
ProcessGlyphRun()
770
private
IndexingContentUnit
ProcessFixedPage()
1002
private
IndexingContentUnit
_indexingContentUnit;