4 references to EntryAt
PresentationFramework (4)
System\Windows\Documents\RtfFormatStack.cs (2)
63return Count > 0 ? EntryAt(Count - 1) : null; 75return EntryAt(index);
System\Windows\Documents\RtfToXamlReader.cs (2)
10049FormatState fs = formats.EntryAt(i); 10072FormatState fs = formats.EntryAt(i);