26 references to SetFlagsOnAllChannels
PresentationCore (26)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
144SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
418SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
Core\CSharp\System\Windows\Media\Visual.cs (16)
2755this.SetFlagsOnAllChannels(true, VisualProxyFlags.IsChildrenZOrderDirty); 2894SetFlagsOnAllChannels(true, VisualProxyFlags.IsTransformDirty); 3007SetFlagsOnAllChannels(true, VisualProxyFlags.IsEffectDirty); 3427SetFlagsOnAllChannels(true, VisualProxyFlags.IsCacheModeDirty); 3454SetFlagsOnAllChannels(true, VisualProxyFlags.IsScrollableAreaClipDirty); 3526SetFlagsOnAllChannels(true, VisualProxyFlags.IsClipDirty); 3551SetFlagsOnAllChannels(true, VisualProxyFlags.IsOffsetDirty); 3587SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityDirty); 3618SetFlagsOnAllChannels(true, VisualProxyFlags.IsEdgeModeDirty); 3649SetFlagsOnAllChannels(true, VisualProxyFlags.IsBitmapScalingModeDirty); 3680SetFlagsOnAllChannels(true, VisualProxyFlags.IsClearTypeHintDirty); 3711SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextRenderingModeDirty); 3742SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextHintingModeDirty); 3807SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityMaskDirty); 4925SetFlagsOnAllChannels( 5302e.SetFlagsOnAllChannels(true, proxyFlags);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (7)
229owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty | VisualProxyFlags.IsContentDirty); 269owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsViewportDirty | VisualProxyFlags.IsContentDirty); 355SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 425SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 830SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty); 843SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 854SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
Core\CSharp\System\Windows\UIElement.cs (1)
3223SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);