5 references to PROGRESS
Microsoft.Win32.Msi (5)
InstallLogMode.cs (2)
65
PROPERTYDUMP = (1 << (InstallMessage.
PROGRESS
>> 24)),
86
PROGRESS = (1 << (InstallMessage.
PROGRESS
>> 24)),
ProgressType.cs (1)
7
/// Defines sub-types associated with <see cref="InstallMessage.
PROGRESS
"/>.
UserInterfaceHandler.cs (2)
24
/// Event handler for <see cref="InstallMessage.
PROGRESS
"/>.
83
InstallMessage.
PROGRESS
=> OnProgress(new ProgressEventArgs(message, messageType, messageBoxStyle)),