2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3178
MarkerListEntry entry = new
MarkerListEntry
();
6822
MarkerListEntry mle = new
MarkerListEntry
();
9 references to MarkerListEntry
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
3171
internal
MarkerListEntry
EntryAt(int index)
3173
return (
MarkerListEntry
)this[index];
3178
MarkerListEntry
entry = new MarkerListEntry();
6822
MarkerListEntry
mle = new MarkerListEntry();
11138
MarkerListEntry
mle = mlHave.EntryAt(i);
11256
MarkerListEntry
entry = mlWant.EntryAt(nLevel - 1);
11606
MarkerListEntry
eHave = mlHave.EntryAt(nMatch);
11607
MarkerListEntry
eWant = mlWant.EntryAt(nMatch);
11684
MarkerListEntry
mle = mlWant.EntryAt(nLists);