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