1 write to ViewboxProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (1)
469ViewboxProperty =
6 references to ViewboxProperty
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
236DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
236DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (3)
116target.PropertyChanged(ViewboxProperty); 223return (Rect) GetValue(ViewboxProperty); 227SetValueInternal(ViewboxProperty, value);
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
268DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);