27 references to SetFlagsOnAllChannels
PresentationCore (27)
System\Windows\Media\CompositionTarget.cs (1)
481_rootVisual.SetFlagsOnAllChannels(
System\Windows\Media\DrawingVisual.cs (1)
122SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\HostVisual.cs (1)
527SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\Visual.cs (16)
2710this.SetFlagsOnAllChannels(true, VisualProxyFlags.IsChildrenZOrderDirty); 2847SetFlagsOnAllChannels(true, VisualProxyFlags.IsTransformDirty); 2959SetFlagsOnAllChannels(true, VisualProxyFlags.IsEffectDirty); 3378SetFlagsOnAllChannels(true, VisualProxyFlags.IsCacheModeDirty); 3405SetFlagsOnAllChannels(true, VisualProxyFlags.IsScrollableAreaClipDirty); 3477SetFlagsOnAllChannels(true, VisualProxyFlags.IsClipDirty); 3502SetFlagsOnAllChannels(true, VisualProxyFlags.IsOffsetDirty); 3538SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityDirty); 3569SetFlagsOnAllChannels(true, VisualProxyFlags.IsEdgeModeDirty); 3600SetFlagsOnAllChannels(true, VisualProxyFlags.IsBitmapScalingModeDirty); 3631SetFlagsOnAllChannels(true, VisualProxyFlags.IsClearTypeHintDirty); 3662SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextRenderingModeDirty); 3693SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextHintingModeDirty); 3758SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityMaskDirty); 4857SetFlagsOnAllChannels( 5230e.SetFlagsOnAllChannels(true, proxyFlags);
System\Windows\Media3D\Viewport3DVisual.cs (7)
213owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty | VisualProxyFlags.IsContentDirty); 253owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsViewportDirty | VisualProxyFlags.IsContentDirty); 336SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 403SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 808SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty); 821SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 832SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\UIElement.cs (1)
3176SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);