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