1 write to ViewboxProperty
PresentationCore (1)
System\Windows\Media\Generated\TileBrush.cs (1)
433ViewboxProperty =
6 references to ViewboxProperty
PresentationCore (6)
System\Windows\Media\Generated\DrawingBrush.cs (1)
192DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\ImageBrush.cs (1)
192DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);
System\Windows\Media\Generated\TileBrush.cs (3)
80target.PropertyChanged(ViewboxProperty); 187return (Rect) GetValue(ViewboxProperty); 191SetValueInternal(ViewboxProperty, value);
System\Windows\Media\Generated\VisualBrush.cs (1)
229DUCE.ResourceHandle hViewboxAnimations = GetAnimationResourceHandle(ViewboxProperty, channel);