1 write to _peer
PresentationCore (1)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (1)
43_peer = peer;
5 references to _peer
PresentationCore (5)
MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
60ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Select ), null ); 65ElementUtil.Invoke( _peer, new DispatcherOperationCallback( AddToSelection ), null ); 70ElementUtil.Invoke( _peer, new DispatcherOperationCallback( RemoveFromSelection ), null ); 77return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsSelected ), null ); 85return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSelectionContainer ), null );