27 references to SetFlagsOnAllChannels
PresentationCore (27)
System\Windows\Media\CompositionTarget.cs (1)
504_rootVisual.SetFlagsOnAllChannels(
System\Windows\Media\DrawingVisual.cs (1)
136SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\HostVisual.cs (1)
544SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\Visual.cs (16)
2729this.SetFlagsOnAllChannels(true, VisualProxyFlags.IsChildrenZOrderDirty); 2866SetFlagsOnAllChannels(true, VisualProxyFlags.IsTransformDirty); 2978SetFlagsOnAllChannels(true, VisualProxyFlags.IsEffectDirty); 3397SetFlagsOnAllChannels(true, VisualProxyFlags.IsCacheModeDirty); 3424SetFlagsOnAllChannels(true, VisualProxyFlags.IsScrollableAreaClipDirty); 3496SetFlagsOnAllChannels(true, VisualProxyFlags.IsClipDirty); 3521SetFlagsOnAllChannels(true, VisualProxyFlags.IsOffsetDirty); 3557SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityDirty); 3588SetFlagsOnAllChannels(true, VisualProxyFlags.IsEdgeModeDirty); 3619SetFlagsOnAllChannels(true, VisualProxyFlags.IsBitmapScalingModeDirty); 3650SetFlagsOnAllChannels(true, VisualProxyFlags.IsClearTypeHintDirty); 3681SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextRenderingModeDirty); 3712SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextHintingModeDirty); 3777SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityMaskDirty); 4879SetFlagsOnAllChannels( 5255e.SetFlagsOnAllChannels(true, proxyFlags);
System\Windows\Media3D\Viewport3DVisual.cs (7)
225owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty | VisualProxyFlags.IsContentDirty); 265owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsViewportDirty | VisualProxyFlags.IsContentDirty); 351SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 421SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 826SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty); 839SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 850SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\UIElement.cs (1)
3193SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);