2 references to AsyncContentLoadedEventArgs
PresentationFramework (1)
System\Windows\Automation\Peers\NavigationWindowAutomationPeer.cs (1)
43
peer.RaiseAsyncContentLoadedEvent(new
AsyncContentLoadedEventArgs
(asyncContentState, percentComplete));
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
679
return new
AsyncContentLoadedEventArgs
(aclargs._asyncContentLoadedState, aclargs._percentComplete);