1 write to ViewboxProperty
PresentationCore (1)
System\Windows\Media\Generated\TileBrush.cs (1)
463ViewboxProperty =
6 references to ViewboxProperty
PresentationCore (6)
System\Windows\Media\Generated\DrawingBrush.cs (1)
220DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\ImageBrush.cs (1)
220DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\TileBrush.cs (3)
110target.PropertyChanged(ViewboxProperty); 217return (Rect) GetValue(ViewboxProperty); 221SetValueInternal(ViewboxProperty, value);
System\Windows\Media\Generated\VisualBrush.cs (1)
256DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);