1 write to _peer
PresentationCore (1)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (1)
44_peer = peer;
5 references to _peer
PresentationCore (5)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
61ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Select ), null ); 66ElementUtil.Invoke( _peer, new DispatcherOperationCallback( AddToSelection ), null ); 71ElementUtil.Invoke( _peer, new DispatcherOperationCallback( RemoveFromSelection ), null ); 78return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsSelected ), null ); 86return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSelectionContainer ), null );