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)
66
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Select ), null );
71
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( AddToSelection ), null );
76
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( RemoveFromSelection ), null );
83
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsSelected ), null );
91
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSelectionContainer ), null );