5 references to MINIMIZE
PresentationFramework (5)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1084NativeMethods.EnableMenuItem(hmenu, SC.MINIMIZE, canMinimize ? mfEnabled : mfDisabled); 1091NativeMethods.EnableMenuItem(hmenu, SC.MINIMIZE, mfDisabled); 1098NativeMethods.EnableMenuItem(hmenu, SC.MINIMIZE, canMinimize ? mfEnabled : mfDisabled);
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
1159ICON = MINIMIZE,
src\Framework\System\Windows\SystemCommands.cs (1)
76_PostSystemCommand(window, SC.MINIMIZE);