1 write to _callback
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
62this._callback = callback;
2 references to _callback
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
189if (_callback != null) 191_callback(this);