2 instantiations of MarkerListEntry
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3237
MarkerListEntry entry = new
MarkerListEntry
();
6904
MarkerListEntry mle = new
MarkerListEntry
();
9 references to MarkerListEntry
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
3230
internal
MarkerListEntry
EntryAt(int index)
3232
return (
MarkerListEntry
)this[index];
3237
MarkerListEntry
entry = new MarkerListEntry();
6904
MarkerListEntry
mle = new MarkerListEntry();
11232
MarkerListEntry
mle = mlHave.EntryAt(i);
11350
MarkerListEntry
entry = mlWant.EntryAt(nLevel - 1);
11706
MarkerListEntry
eHave = mlHave.EntryAt(nMatch);
11707
MarkerListEntry
eWant = mlWant.EntryAt(nMatch);
11784
MarkerListEntry
mle = mlWant.EntryAt(nLists);