1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\SelectionProviderWrapper.cs (1)
52_peer = peer;
3 references to _peer
PresentationCore (3)
Core\CSharp\MS\Internal\Automation\SelectionProviderWrapper.cs (3)
69return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSelection ), null ); 76return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanSelectMultiple ), null ); 84return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsSelectionRequired ), null );