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