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