1 write to ViewboxProperty
PresentationCore (1)
System\Windows\Media\Generated\TileBrush.cs (1)
444ViewboxProperty =
6 references to ViewboxProperty
PresentationCore (6)
System\Windows\Media\Generated\DrawingBrush.cs (1)
206DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\ImageBrush.cs (1)
206DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\TileBrush.cs (3)
92target.PropertyChanged(ViewboxProperty); 199return (Rect) GetValue(ViewboxProperty); 203SetValueInternal(ViewboxProperty, value);
System\Windows\Media\Generated\VisualBrush.cs (1)
238DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);