3 references to NOSIZE
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
33private const SWP _SwpFlags = SWP.FRAMECHANGED | SWP.NOSIZE | SWP.NOMOVE | SWP.NOZORDER | SWP.NOOWNERZORDER | SWP.NOACTIVATE; 879if (!Utility.IsFlagSet(wp.flags, (int)SWP.NOSIZE)) 1206if (null != wp && !Utility.IsFlagSet(wp.Value.flags, (int)SWP.NOSIZE))