2 writes to _completedSynchronously
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
61this._completedSynchronously = false; 152this._completedSynchronously = true;
1 reference to _completedSynchronously
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
116get { return _completedSynchronously; }