2 writes to _completedSynchronously
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
57this._completedSynchronously = false; 148this._completedSynchronously = true;
1 reference to _completedSynchronously
PresentationFramework (1)
System\Windows\Documents\PageContentAsyncResult.cs (1)
112get { return _completedSynchronously; }