1 write to _id
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
13
private MessageId(uint id) =>
_id
= id;
7 references to _id
System.Private.Windows.Core (7)
Windows\Win32\MessageId.cs (7)
15
public static explicit operator int(MessageId id) => (int)id.
_id
;
17
public static implicit operator uint(MessageId id) => id.
_id
;
20
public override string ToString() => MessageIdToString() ?? $"Id: {
_id
} (0x{
_id
:X8})";
46
string? text =
_id
switch
326
if (text is null && ((
_id
& WM_REFLECT) == WM_REFLECT))
328
string subtext = ((MessageId)(
_id
- WM_REFLECT)).MessageIdToString() ?? "???";