10 references to FIRST
WsatUI (10)
MMCUI\MMCWrapper.cs (10)
25
internal const int SETACTIVE = unchecked((
FIRST
- 0));
26
internal const int KILLACTIVE = unchecked((
FIRST
- 1));
27
internal const int APPLY = unchecked((
FIRST
- 2));
28
internal const int RESET = unchecked((
FIRST
- 3));
29
internal const int HELP = unchecked((
FIRST
- 5));
30
internal const int WIZBACK = unchecked((
FIRST
- 6));
31
internal const int WIZNEXT = unchecked((
FIRST
- 7));
32
internal const int WIZFINISH = unchecked((
FIRST
- 8));
33
internal const int QUERYCANCEL = unchecked((
FIRST
- 9));
34
internal const int GETOBJECT = unchecked((
FIRST
- 10));