2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3179MarkerListEntry entry = new MarkerListEntry 6836MarkerListEntry mle = new MarkerListEntry
9 references to MarkerListEntry
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
3172internal MarkerListEntry EntryAt(int index) 3174return (MarkerListEntry)this[index]; 3179MarkerListEntry entry = new MarkerListEntry 6836MarkerListEntry mle = new MarkerListEntry 11168MarkerListEntry mle = mlHave.EntryAt(i); 11286MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11640MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11641MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11718MarkerListEntry mle = mlWant.EntryAt(nLists);