1 instantiation of IndexingContentUnit
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
458
_indexingContentUnit = new
IndexingContentUnit
(text, AllocateChunkID(), breakType, _propSpec, lcid);
15 references to IndexingContentUnit
PresentationFramework (15)
MS\Internal\IO\Packaging\XamlFilter.cs (15)
221
IndexingContentUnit
contentUnit;
336
internal
IndexingContentUnit
NextContentUnit()
339
IndexingContentUnit
nextContentUnit = null;
444
private
IndexingContentUnit
BuildIndexingContentUnit(string text, uint lcid)
489
private
IndexingContentUnit
HandleTextData()
499
IndexingContentUnit
result = BuildIndexingContentUnit(_xamlReader.Value, GetCurrentLcid());
520
private
IndexingContentUnit
HandleElementStart()
567
IndexingContentUnit
nextUnit = HandleFixedFormatTag(elementFullName, out elementFullyHandled);
616
IndexingContentUnit
titleContent = BuildIndexingContentUnit(title, GetCurrentLcid());
639
IndexingContentUnit
result = BuildIndexingContentUnit(content, GetCurrentLcid());
671
private
IndexingContentUnit
HandleElementEnd()
687
private
IndexingContentUnit
HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled)
756
private
IndexingContentUnit
ProcessGlyphRun()
777
private
IndexingContentUnit
ProcessFixedPage()
1015
private
IndexingContentUnit
_indexingContentUnit;