2 instantiations of MarkerListEntry
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3178MarkerListEntry entry = new MarkerListEntry 6835MarkerListEntry 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 6835MarkerListEntry mle = new MarkerListEntry 11167MarkerListEntry mle = mlHave.EntryAt(i); 11285MarkerListEntry entry = mlWant.EntryAt(nLevel - 1); 11639MarkerListEntry eHave = mlHave.EntryAt(nMatch); 11640MarkerListEntry eWant = mlWant.EntryAt(nMatch); 11717MarkerListEntry mle = mlWant.EntryAt(nLists);