1 write to YProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (1)
341YProperty =
8 references to YProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (4)
102target.PropertyChanged(YProperty); 130return (double) GetValue(YProperty); 134SetValueInternal(YProperty, value); 186DUCE.ResourceHandle hYAnimations = GetAnimationResourceHandle(YProperty, channel);
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
329transform.BeginAnimation(TranslateTransform.YProperty, yAnim); 341transform.BeginAnimation(TranslateTransform.YProperty, null);
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
68BindingOperations.ClearBinding(transform, TranslateTransform.YProperty); 92BindingOperations.SetBinding(translateTransform, TranslateTransform.YProperty, verticalBinding);