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)
241
IndexingContentUnit
contentUnit;
356
internal
IndexingContentUnit
NextContentUnit()
359
IndexingContentUnit
nextContentUnit = null;
464
private
IndexingContentUnit
BuildIndexingContentUnit(string text, uint lcid)
509
private
IndexingContentUnit
HandleTextData()
519
IndexingContentUnit
result = BuildIndexingContentUnit(_xamlReader.Value, GetCurrentLcid());
540
private
IndexingContentUnit
HandleElementStart()
587
IndexingContentUnit
nextUnit = HandleFixedFormatTag(elementFullName, out elementFullyHandled);
636
IndexingContentUnit
titleContent = BuildIndexingContentUnit(title, GetCurrentLcid());
659
IndexingContentUnit
result = BuildIndexingContentUnit(content, GetCurrentLcid());
691
private
IndexingContentUnit
HandleElementEnd()
707
private
IndexingContentUnit
HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled)
776
private
IndexingContentUnit
ProcessGlyphRun()
797
private
IndexingContentUnit
ProcessFixedPage()
1035
private
IndexingContentUnit
_indexingContentUnit;