5 writes to _getpageStatus
PresentationFramework (5)
System\Windows\Documents\PageContentAsyncResult.cs (5)
60this._getpageStatus = GetPageStatus.Loading; 139this._getpageStatus = GetPageStatus.Finished; 150_getpageStatus = GetPageStatus.Finished; 170_getpageStatus = GetPageStatus.Finished; 198_getpageStatus = GetPageStatus.Cancelled;
2 references to _getpageStatus
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
141switch (this._getpageStatus) 223get { return _getpageStatus == GetPageStatus.Cancelled; }