4 references to ToInt
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
203return PARAM.ToInt(lvItem.lParam);
System\Windows\Forms\Screen.cs (1)
313public override int GetHashCode() => PARAM.ToInt(_hmonitor);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlCommandSet.cs (2)
1753return PARAM.ToInt(cX.Parent.Handle) - PARAM.ToInt(cY.Parent.Handle);