1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\SelectionItemProviderWrapper.cs (1)
52_peer = peer;
5 references to _peer
PresentationCore (5)
Core\CSharp\MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
69ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Select ), null ); 74ElementUtil.Invoke( _peer, new DispatcherOperationCallback( AddToSelection ), null ); 79ElementUtil.Invoke( _peer, new DispatcherOperationCallback( RemoveFromSelection ), null ); 86return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsSelected ), null ); 94return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSelectionContainer ), null );