5 writes to _getpageStatus
PresentationFramework (5)
System\Windows\Documents\PageContentAsyncResult.cs (5)
47this._getpageStatus = GetPageStatus.Loading; 126this._getpageStatus = GetPageStatus.Finished; 137_getpageStatus = GetPageStatus.Finished; 157_getpageStatus = GetPageStatus.Finished; 185_getpageStatus = GetPageStatus.Cancelled;
2 references to _getpageStatus
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
128switch (this._getpageStatus) 210get { return _getpageStatus == GetPageStatus.Cancelled; }