1 write to MsgInternal
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
31set => MsgInternal = (MessageId)value;
6 references to MsgInternal
System.Windows.Forms.Primitives (6)
System\Windows\Forms\Internals\MessageDecoder.cs (1)
14message.MsgInternal,
System\Windows\Forms\Message.cs (4)
30readonly get => (int)MsgInternal; 126&& MsgInternal == other.MsgInternal 142message = (uint)MsgInternal,
Windows\Win32\UI\WindowsAndMessaging\MSG.cs (1)
17message = (uint)message.MsgInternal,