/// <summary> /// Mouse has entered the view. /// </summary> /// <param name="c">Reference to the source control instance.</param> public void MouseEnter(Control c) { _manager.MouseEnter(_targetElement, c); _targetController?.MouseEnter(c); }