MS\Internal\Automation\ElementProxy.cs (11)
83return ElementUtil.Invoke(peer, new DispatcherOperationCallback( InContextGetPatternProvider ), pattern);
93return ElementUtil.Invoke(peer, new DispatcherOperationCallback(InContextGetPropertyValue), property);
105return (ProviderOptions)ElementUtil.Invoke(peer, state => ((ElementProxy)state).InContextGetProviderOptions(), this);
120hwndWrapper = (HostedWindowWrapper)ElementUtil.Invoke(
146return (IRawElementProviderFragment)ElementUtil.Invoke(peer, new DispatcherOperationCallback(InContextNavigate), direction);
156return (int []) ElementUtil.Invoke( peer, state => ((ElementProxy)state).InContextGetRuntimeId(), this);
168return (Rect)ElementUtil.Invoke(peer, state => ((ElementProxy)state).InContextBoundingRectangle(), this);
184ElementUtil.Invoke(peer, state => ((ElementProxy)state).InContextSetFocus(), this);
196return (IRawElementProviderFragmentRoot) ElementUtil.Invoke( peer, state => ((ElementProxy)state).InContextFragmentRoot(), this);
208return (IRawElementProviderFragment) ElementUtil.Invoke( peer, new DispatcherOperationCallback( InContextElementProviderFromPoint ), new Point( x, y ) );
218return (IRawElementProviderFragment) ElementUtil.Invoke( peer, state => ((ElementProxy)state).InContextGetFocus(), this);
MS\Internal\Automation\GridItemProviderWrapper.cs (5)
62return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRow ), null );
70return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumn ), null );
78return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowSpan ), null );
86return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnSpan ), null );
94return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetContainingGrid ), null );
MS\Internal\Automation\RangeValueProviderWrapper.cs (7)
60ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetValueInternal ), val );
67return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetValue ), null );
75return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsReadOnly ), null );
83return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximum ), null );
91return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimum ), null );
99return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetLargeChange ), null );
107return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSmallChange ), null );
MS\Internal\Automation\ScrollProviderWrapper.cs (8)
62ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Scroll ), new ScrollAmount [ ] { horizontalAmount, verticalAmount } );
67ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetScrollPercent ), new double [ ] { horizontalPercent, verticalPercent } );
74return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetHorizontalScrollPercent ), null );
82return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVerticalScrollPercent ), null );
90return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetHorizontalViewSize ), null );
98return (double) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVerticalViewSize ), null );
106return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetHorizontallyScrollable ), null );
114return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVerticallyScrollable ), null );
MS\Internal\Automation\SelectionItemProviderWrapper.cs (5)
61ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Select ), null );
66ElementUtil.Invoke( _peer, new DispatcherOperationCallback( AddToSelection ), null );
71ElementUtil.Invoke( _peer, new DispatcherOperationCallback( RemoveFromSelection ), null );
78return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsSelected ), null );
86return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetSelectionContainer ), null );
MS\Internal\Automation\TableItemProviderWrapper.cs (7)
62return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRow ), null );
70return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumn ), null );
78return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowSpan ), null );
86return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnSpan ), null );
94return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetContainingGrid ), null );
100return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowHeaderItems ), null );
105return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnHeaderItems ), null );
MS\Internal\Automation\TableProviderWrapper.cs (6)
61return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetItem ), new int [ ] { row, column } );
68return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowCount ), null );
76return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnCount ), null );
82return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowHeaders ), null );
87return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnHeaders ), null );
94return (RowOrColumnMajor) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowOrColumnMajor ), null );
MS\Internal\Automation\TextProviderWrapper.cs (6)
45return (ITextRangeProvider [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSelection), null);
50return (ITextRangeProvider[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetVisibleRanges), null);
60return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromChild), childElement);
65return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromPoint), screenLocation);
72return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetDocumentRange), null);
80return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null);
MS\Internal\Automation\TextRangeProviderWrapper.cs (18)
44return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Clone), null);
54return (bool)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Compare), range);
65return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(CompareEndpoints), args);
71ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ExpandToEnclosingUnit), args);
77return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindAttribute), args);
83return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindText), args);
89return ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetAttributeValue), args);
94return (double [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetBoundingRectangles), null);
99return (IRawElementProviderSimple)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetEnclosingElement), null);
105return (string)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetText), args);
111return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Move), args);
117return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByUnit), args);
128ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByRange), args);
133ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Select), null);
138ElementUtil.Invoke(_peer, new DispatcherOperationCallback(AddToSelection), null);
143ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RemoveFromSelection), null);
148ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ScrollIntoView), alignToTop);
153return (IRawElementProviderSimple[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetChildren), null);
MS\Internal\Automation\TransformProviderWrapper.cs (6)
61ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Move ), new double [ ] { x, y } );
66ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } );
71ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Rotate ), degrees );
78return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanMove ), null );
86return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanResize ), null );
94return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanRotate ), null );
MS\Internal\Automation\WindowProviderWrapper.cs (9)
61ElementUtil.Invoke( _peer, new DispatcherOperationCallback( SetVisualState ), state );
66ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Close ), null );
71return (bool)ElementUtil.Invoke( _peer, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds );
78return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMaximizable ), null );
86return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetMinimizable ), null );
94return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsModal ), null );
102return (WindowVisualState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetVisualState ), null );
110return (WindowInteractionState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetInteractionState ), null );
118return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetIsTopmost ), null );