1 write to ViewportProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (1)
460ViewportProperty =
6 references to ViewportProperty
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
235DUCE.ResourceHandle hViewportAnimations = GetAnimationResourceHandle(ViewportProperty, channel);
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
235DUCE.ResourceHandle hViewportAnimations = GetAnimationResourceHandle(ViewportProperty, channel);
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (3)
109target.PropertyChanged(ViewportProperty); 208return (Rect) GetValue(ViewportProperty); 212SetValueInternal(ViewportProperty, value);
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
267DUCE.ResourceHandle hViewportAnimations = GetAnimationResourceHandle(ViewportProperty, channel);