27 references to SetFlagsOnAllChannels
PresentationCore (27)
System\Windows\Media\CompositionTarget.cs (1)
482_rootVisual.SetFlagsOnAllChannels(
System\Windows\Media\DrawingVisual.cs (1)
126SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\HostVisual.cs (1)
528SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\Media\Visual.cs (16)
2713this.SetFlagsOnAllChannels(true, VisualProxyFlags.IsChildrenZOrderDirty); 2850SetFlagsOnAllChannels(true, VisualProxyFlags.IsTransformDirty); 2962SetFlagsOnAllChannels(true, VisualProxyFlags.IsEffectDirty); 3381SetFlagsOnAllChannels(true, VisualProxyFlags.IsCacheModeDirty); 3408SetFlagsOnAllChannels(true, VisualProxyFlags.IsScrollableAreaClipDirty); 3480SetFlagsOnAllChannels(true, VisualProxyFlags.IsClipDirty); 3505SetFlagsOnAllChannels(true, VisualProxyFlags.IsOffsetDirty); 3541SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityDirty); 3572SetFlagsOnAllChannels(true, VisualProxyFlags.IsEdgeModeDirty); 3603SetFlagsOnAllChannels(true, VisualProxyFlags.IsBitmapScalingModeDirty); 3634SetFlagsOnAllChannels(true, VisualProxyFlags.IsClearTypeHintDirty); 3665SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextRenderingModeDirty); 3696SetFlagsOnAllChannels(true, VisualProxyFlags.IsTextHintingModeDirty); 3761SetFlagsOnAllChannels(true, VisualProxyFlags.IsOpacityMaskDirty); 4863SetFlagsOnAllChannels( 5239e.SetFlagsOnAllChannels(true, proxyFlags);
System\Windows\Media3D\Viewport3DVisual.cs (7)
214owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty | VisualProxyFlags.IsContentDirty); 254owner.SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsViewportDirty | VisualProxyFlags.IsContentDirty); 340SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 410SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 815SetFlagsOnAllChannels(true, VisualProxyFlags.Viewport3DVisual_IsCameraDirty); 828SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty); 839SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);
System\Windows\UIElement.cs (1)
3188SetFlagsOnAllChannels(true, VisualProxyFlags.IsContentDirty);