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