2 writes to _isCompleted
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
60
this.
_isCompleted
= false;
188
_isCompleted
= true;
1 reference to _isCompleted
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
125
get { return
_isCompleted
; }