5 writes to _getpageStatus
PresentationFramework (5)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (5)
64this._getpageStatus = GetPageStatus.Loading; 143this._getpageStatus = GetPageStatus.Finished; 154_getpageStatus = GetPageStatus.Finished; 174_getpageStatus = GetPageStatus.Finished; 202_getpageStatus = GetPageStatus.Cancelled;
2 references to _getpageStatus
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
145switch (this._getpageStatus) 227get { return _getpageStatus == GetPageStatus.Cancelled; }