I have a control in WPF I want to fake a mousedown on that control, with left mouse button I am trying myControl.OnMouseDown(new MouseEventArgs(MouseButtons.Left, 1,0,0,0))
but it give me that "Cannot access protected method here"
anybody have idea?
Thanks