1 instantiation of RequestedPage
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
326
GetPageAsyncRequest 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
>();
988
private IList<
RequestedPage
> _pendingPages; // pending request to child page
1034
if (!(obj is
RequestedPage
))
1038
return this.Equals((
RequestedPage
)obj);
1043
public bool Equals(
RequestedPage
obj)
1048
public static bool operator ==(
RequestedPage
obj1,
RequestedPage
obj2)
1053
public static bool operator !=(
RequestedPage
obj1,
RequestedPage
obj2)
1063
internal GetPageAsyncRequest(
RequestedPage
page, object userState)
1070
internal
RequestedPage
Page;