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