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