1 write to WidthProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
344
WidthProperty
=
4 references to WidthProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (4)
91
target.PropertyChanged(
WidthProperty
);
104
return (double) GetValue(
WidthProperty
);
108
SetValueInternal(
WidthProperty
, value);
180
DUCE.ResourceHandle hWidthAnimations = GetAnimationResourceHandle(
WidthProperty
, channel);