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)
69
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Select ), null );
74
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( AddToSelection ), null );
79
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( RemoveFromSelection ), null );
86
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsSelected ), null );
94
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSelectionContainer ), null );