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)
69
return (IRawElementProviderSimple []) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetSelection ), null );
76
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanSelectMultiple ), null );
84
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsSelectionRequired ), null );