2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3177MarkerListEntry entry = new MarkerListEntry(); 6821MarkerListEntry mle = new MarkerListEntry();
9 references to MarkerListEntry
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
3170internal MarkerListEntry EntryAt(int index) 3172return (MarkerListEntry)this[index]; 3177MarkerListEntry entry = new MarkerListEntry(); 6821MarkerListEntry mle = new MarkerListEntry(); 11137MarkerListEntry mle = mlHave.EntryAt(i); 11255MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11605MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11606MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11683MarkerListEntry mle = mlWant.EntryAt(nLists);