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