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 11035MarkerListEntry mle = mlHave.EntryAt(i); 11153MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11507MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11508MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11585MarkerListEntry mle = mlWant.EntryAt(nLists);