/// <summary> /// Raises the location changed event. /// </summary> public void OnLocationChanged(Window widget, EventArgs e) { widget.Platform.Invoke(() => widget.OnLocationChanged(e)); }
/// <summary> /// Raises the location changed event. /// </summary> public void OnLocationChanged(Window widget, EventArgs e) { using (widget.Platform.Context) widget.OnLocationChanged(e); }