2 references to flags
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
879if (!Utility.IsFlagSet(wp.flags, (int)SWP.NOSIZE)) 1206if (null != wp && !Utility.IsFlagSet(wp.Value.flags, (int)SWP.NOSIZE))