10 references to CheckFlagsAnd
PresentationCore (10)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (3)
416
if (child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsConnectedToParent))
791
if (child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsSubtreeDirtyForRender) || // or the visual is dirty
799
if (!child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsConnectedToParent))
Core\CSharp\System\Windows\Media3D\Visual3D.cs (7)
324
if (child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsConnectedToParent))
1245
if (child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsSubtreeDirtyForRender) || // or the visual is dirty
1253
if (!child.
CheckFlagsAnd
(channel, VisualProxyFlags.IsConnectedToParent))
1284
Debug.Assert(!
CheckFlagsAnd
(channel, VisualProxyFlags.IsContentConnected));
1461
if (!
CheckFlagsAnd
(channel, VisualProxyFlags.IsTransformDirty))
1477
if ((model != null) && (!
CheckFlagsAnd
(channel, VisualProxyFlags.IsContentDirty)))
1483
Debug.Assert(!
CheckFlagsAnd
(channel, VisualProxyFlags.IsContentNodeConnected));