5 writes to _getpageStatus
PresentationFramework (5)
System\Windows\Documents\PageContentAsyncResult.cs (5)
48this._getpageStatus = GetPageStatus.Loading; 127this._getpageStatus = GetPageStatus.Finished; 138_getpageStatus = GetPageStatus.Finished; 158_getpageStatus = GetPageStatus.Finished; 186_getpageStatus = GetPageStatus.Cancelled;
2 references to _getpageStatus
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
129switch (this._getpageStatus) 211get { return _getpageStatus == GetPageStatus.Cancelled; }