1 write to WidthProperty
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
315
WidthProperty
=
4 references to WidthProperty
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (4)
69
target.PropertyChanged(
WidthProperty
);
82
return (double) GetValue(
WidthProperty
);
86
SetValueInternal(
WidthProperty
, value);
152
DUCE.ResourceHandle hWidthAnimations = GetAnimationResourceHandle(
WidthProperty
, channel);