I am trying to use the Dispatcher.Invoke() method in the System.Windows.Threading.Dispatcher class. IntelliSense as well as the documentation shows that there are 9 overloads of this method, but IntelliSense gives you only 4 of those options to implement, though i can implement the ones that don’t show up in the overloads list. What’s wrong and how to fix that ?
Thanks
I am trying to use the Dispatcher.Invoke() method in the System.Windows.Threading.Dispatcher class. IntelliSense as
Share
Some mebmers are marked with
and will never be shown by intellisense.
Other members are marked with
and to show them use Tools | Options | Text Editor | C# | Statement completion | Hide advanced members
More details on MSDN.