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