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