7 references to PreProcessControlMessageInternal
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1872PreProcessControlState messageState = PreProcessControlMessageInternal(target, ref msg);
System\Windows\Forms\Application.ThreadContext.cs (2)
961if (Control.PreProcessControlMessageInternal(target, ref m) == PreProcessControlState.MessageProcessed) 970if (Control.PreProcessControlMessageInternal(target, ref m) == PreProcessControlState.MessageProcessed)
System\Windows\Forms\Control.cs (1)
8578=> PreProcessControlMessageInternal(target: null, ref msg);
System\Windows\Forms\Control.ExtendedStates.cs (3)
46/// so that <see cref="PreProcessControlMessageInternal(Control, ref Message)"/> doesn't call it again. 52/// so that <see cref="PreProcessControlMessageInternal(Control, ref Message)"/> doesn't call it again. 57/// Used by <see cref="PreProcessControlMessageInternal(Control, ref Message)"/> to avoid calling