1 instantiation of IndexingContentUnit
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
452
_indexingContentUnit = new
IndexingContentUnit
(text, AllocateChunkID(), breakType, _propSpec, lcid);
15 references to IndexingContentUnit
PresentationFramework (15)
MS\Internal\IO\Packaging\XamlFilter.cs (15)
215
IndexingContentUnit
contentUnit;
330
internal
IndexingContentUnit
NextContentUnit()
333
IndexingContentUnit
nextContentUnit = null;
438
private
IndexingContentUnit
BuildIndexingContentUnit(string text, uint lcid)
483
private
IndexingContentUnit
HandleTextData()
493
IndexingContentUnit
result = BuildIndexingContentUnit(_xamlReader.Value, GetCurrentLcid());
514
private
IndexingContentUnit
HandleElementStart()
561
IndexingContentUnit
nextUnit = HandleFixedFormatTag(elementFullName, out elementFullyHandled);
610
IndexingContentUnit
titleContent = BuildIndexingContentUnit(title, GetCurrentLcid());
633
IndexingContentUnit
result = BuildIndexingContentUnit(content, GetCurrentLcid());
665
private
IndexingContentUnit
HandleElementEnd()
681
private
IndexingContentUnit
HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled)
750
private
IndexingContentUnit
ProcessGlyphRun()
771
private
IndexingContentUnit
ProcessFixedPage()
1009
private
IndexingContentUnit
_indexingContentUnit;