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