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