2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3178MarkerListEntry entry = new MarkerListEntry(); 6823MarkerListEntry 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(); 6823MarkerListEntry mle = new MarkerListEntry(); 11139MarkerListEntry mle = mlHave.EntryAt(i); 11257MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11607MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11608MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11685MarkerListEntry mle = mlWant.EntryAt(nLists);