3 references to SIZE
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1083
NativeMethods.EnableMenuItem(hmenu, SC.
SIZE
, mfDisabled);
1090
NativeMethods.EnableMenuItem(hmenu, SC.
SIZE
, mfDisabled);
1097
NativeMethods.EnableMenuItem(hmenu, SC.
SIZE
, canSize ? mfEnabled : mfDisabled);