1 write to _peer
PresentationCore (1)
MS\Internal\Automation\SelectionProviderWrapper.cs (1)
49
_peer
= peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\SelectionProviderWrapper.cs (3)
66
return (IRawElementProviderSimple []) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSelection ), null );
73
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanSelectMultiple ), null );
81
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsSelectionRequired ), null );