1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (1)
41
_peer
= peer;
11 references to _peer
PresentationCore (11)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (11)
58
return (ITextRangeProvider [])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetSelection), null);
63
return (ITextRangeProvider[])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetVisibleRanges), null);
73
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RangeFromChild), childElement);
78
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RangeFromPoint), screenLocation);
85
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetDocumentRange), null);
93
return (SupportedTextSelection)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetSupportedTextSelection), null);
125
return TextRangeProviderWrapper.WrapArgument( _iface.GetSelection(),
_peer
);
130
return TextRangeProviderWrapper.WrapArgument( _iface.GetVisibleRanges(),
_peer
);
136
return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement),
_peer
);
142
return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation),
_peer
);
147
return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange,
_peer
);