Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DHwnd.cs64 internal Rectangle nc_invalid; field in System.Windows.Forms.Hwnd
627 get { return nc_invalid; }
628 set { nc_invalid = value; }
784 if (nc_invalid == Rectangle.Empty) { in AddNcInvalidArea()
792 nc_invalid.X = Math.Min (nc_invalid.X, x); in AddNcInvalidArea()
793 nc_invalid.Y = Math.Min (nc_invalid.Y, y); in AddNcInvalidArea()
795 nc_invalid.Width = right - nc_invalid.X; in AddNcInvalidArea()
796 nc_invalid.Height = bottom - nc_invalid.Y; in AddNcInvalidArea()
801 nc_invalid = rect; in AddNcInvalidArea()
804 nc_invalid = Rectangle.Union (nc_invalid, rect); in AddNcInvalidArea()
[all …]
H A DXEventQueue.cs196 xevent.ExposeEvent.x = hwnd.nc_invalid.X; in Dequeue()
197 xevent.ExposeEvent.y = hwnd.nc_invalid.Y; in Dequeue()
198 xevent.ExposeEvent.width = hwnd.nc_invalid.Width; in Dequeue()
199 xevent.ExposeEvent.height = hwnd.nc_invalid.Height; in Dequeue()
H A DXplatUICarbon.cs1567 if (!hwnd.nc_invalid.IsEmpty) { in PaintEventStart()
1569 dc.SetClip (hwnd.nc_invalid); in PaintEventStart()
1570 paint_event = new PaintEventArgs(dc, hwnd.nc_invalid); in PaintEventStart()
H A DXplatUIX11.cs5121 if (!hwnd.nc_invalid.IsEmpty) { in PaintEventStart()
5122 dc.SetClip (hwnd.nc_invalid); in PaintEventStart()
5123 paint_event = new PaintEventArgs(dc, hwnd.nc_invalid); in PaintEventStart()