2 overrides of GetMessageLoopInternal
System.Windows.Forms (2)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
225
protected override bool?
GetMessageLoopInternal
(bool mustBeActive, int loopCount)
System\Windows\Forms\Application.LightThreadContext.cs (1)
15
protected override bool?
GetMessageLoopInternal
(bool mustBeActive, int loopCount)
1 reference to GetMessageLoopInternal
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
551
bool? loopExists =
GetMessageLoopInternal
(mustBeActive, _messageLoopCount);