1 instantiation of RequestedPage
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
326GetPageAsyncRequest asyncRequest = new GetPageAsyncRequest(new RequestedPage(pageNumber/*childPaginator, childPageNumber*/), userState);
11 references to RequestedPage
PresentationFramework (11)
src\Framework\System\Windows\Documents\DocumentSequence.cs (11)
698_pendingPages = new List<RequestedPage>(); 988private IList<RequestedPage> _pendingPages; // pending request to child page 1034if (!(obj is RequestedPage)) 1038return this.Equals((RequestedPage)obj); 1043public bool Equals(RequestedPage obj) 1048public static bool operator ==(RequestedPage obj1, RequestedPage obj2) 1053public static bool operator !=(RequestedPage obj1, RequestedPage obj2) 1063internal GetPageAsyncRequest(RequestedPage page, object userState) 1070internal RequestedPage Page;