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)
60
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Select ), null );
65
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( AddToSelection ), null );
70
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( RemoveFromSelection ), null );
77
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsSelected ), null );
85
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSelectionContainer ), null );