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