4 references to GetLRESULT
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
174m.ResultInternal = EnsureWinEventHooksInstalledAndGetAccessibilityObject()!.GetLRESULT(m.WParamInternal);
System\Windows\Forms\Control.cs (1)
11318m.ResultInternal = accessibleObject.GetLRESULT(m.WParamInternal);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
149m.ResultInternal = accessibilityObject.GetLRESULT(m.WParamInternal);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1821m.ResultInternal = AccessibilityObject?.GetLRESULT(m.WParamInternal) ?? default;