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