Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DmacFunctions.cs41 internal static Delegate hwnd_delegate; field in System.Drawing.MacSupport
56hwnd_delegate = (Delegate) driver_type.GetTypeInfo() .GetField ("HwndDelegate", BindingFlags.NonPu… in MacSupport()
121 …Rectangle [] clip_rectangles = (Rectangle []) hwnd_delegate.DynamicInvoke (new object [] {handle}); in GetCGContextForView()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DmacFunctions.cs45 internal static Delegate hwnd_delegate; field in System.Drawing.MacSupport
64hwnd_delegate = (Delegate)driver_type.GetTypeInfo().GetField("HwndDelegate", BindingFlags.NonPubli… in MacSupport()
135 … Rectangle[] clip_rectangles = (Rectangle[])hwnd_delegate.DynamicInvoke(new object[] { handle }); in GetCGContextForView()