2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3178MarkerListEntry entry = new MarkerListEntry 6826MarkerListEntry mle = new MarkerListEntry
9 references to MarkerListEntry
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
3171internal MarkerListEntry EntryAt(int index) 3173return (MarkerListEntry)this[index]; 3178MarkerListEntry entry = new MarkerListEntry 6826MarkerListEntry mle = new MarkerListEntry 11032MarkerListEntry mle = mlHave.EntryAt(i); 11150MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11504MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11505MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11582MarkerListEntry mle = mlWant.EntryAt(nLists);