5 references to MAXIMIZE
PresentationFramework (5)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1085NativeMethods.EnableMenuItem(hmenu, SC.MAXIMIZE, mfDisabled); 1092NativeMethods.EnableMenuItem(hmenu, SC.MAXIMIZE, canMaximize ? mfEnabled : mfDisabled); 1099NativeMethods.EnableMenuItem(hmenu, SC.MAXIMIZE, canMaximize ? mfEnabled : mfDisabled);
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
1160ZOOM = MAXIMIZE,
src\Framework\System\Windows\SystemCommands.cs (1)
64_PostSystemCommand(window, SC.MAXIMIZE);