7 references to Invoke
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
217
object retVal = dispatcher.
Invoke
(
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
293
object returnValue = _target.Dispatcher.
Invoke
(
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (1)
501
plainText = (string)Dispatcher.
Invoke
(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o) {
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
407
Dispatcher.
Invoke
(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
351
Dispatcher.
Invoke
(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
395
Dispatcher.
Invoke
(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
314
Dispatcher.
Invoke
(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)