4 references to EntryAt
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfFormatStack.cs (2)
65return Count > 0 ? EntryAt(Count - 1) : null; 77return EntryAt(index);
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
10141FormatState fs = formats.EntryAt(i); 10164FormatState fs = formats.EntryAt(i);