Home
last modified time | relevance | path

Searched refs:ConvertScreenPointToClient (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUICarbon.cs435 private Point ConvertScreenPointToClient (IntPtr handle, Point point) { in ConvertScreenPointToClient() method in System.Windows.Forms.XplatUICarbon
1675 Point point = ConvertScreenPointToClient (hwnd.ClientWindow, new Point (x, y)); in ScreenToClient()
1684 Point point = ConvertScreenPointToClient (hwnd.WholeWindow, new Point (x, y)); in ScreenToMenu()