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