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