Donate

Control.InvokeRequired Not Found Or Missing In WPF

Hello,

I was doing a little WPF threading recently which involved changing my codes from Winforms to WPF. Surprisingly, I was not able to find the code below in the intellisense:
Control.Dispatcher.CheckAccess() 
After googling, I found this link: Why is Dispatcher.CheckAccess() hidden from intellisense?
I wonder why Microsoft hid some features on intellisense. Or it could be a bug.

Regards!!!

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Pass GUID As Parameter To Action Using ASP.NET MVC ContribGrid