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