2 instantiations of MarkerListEntry
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3237MarkerListEntry entry = new MarkerListEntry(); 6904MarkerListEntry mle = new MarkerListEntry();
9 references to MarkerListEntry
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
3230internal MarkerListEntry EntryAt(int index) 3232return (MarkerListEntry)this[index]; 3237MarkerListEntry entry = new MarkerListEntry(); 6904MarkerListEntry mle = new MarkerListEntry(); 11232MarkerListEntry mle = mlHave.EntryAt(i); 11350MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11706MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11707MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11784MarkerListEntry mle = mlWant.EntryAt(nLists);