1 write to WidthProperty
PresentationCore (1)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
327
WidthProperty
=
4 references to WidthProperty
PresentationCore (4)
System\Windows\Media3D\Generated\OrthographicCamera.cs (4)
85
target.PropertyChanged(
WidthProperty
);
98
return (double) GetValue(
WidthProperty
);
102
SetValueInternal(
WidthProperty
, value);
168
DUCE.ResourceHandle hWidthAnimations = GetAnimationResourceHandle(
WidthProperty
, channel);