Posts

Showing posts from 2017

WPF Questions

1. Triggers 2.Multivalue property convertor Dispatcher : dispatcher is a basic message dispatching system, with multiple prioritized queues. Examples of messages include raw input notifications (mouse moved), framework functions (layout), or user commands (execute this method). By deriving from  DispatcherObject , you create a CLR object that has STA behavior, and will be given a pointer to a dispatcher at creation time. DPI Settings INotifypropertychange Update Source Trigger Dynamin/Static Resource Difference WPF Architecture Style Based On Prism MVVM Bubbleing/Tunnelling Routed Event Command Visual Tree/Logical Tree