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:
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!!!
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()
I wonder why Microsoft hid some features on intellisense. Or it could be a bug.
Regards!!!
Comments
Post a Comment