1 write to XProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (1)
332XProperty =
12 references to XProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (4)
95target.PropertyChanged(XProperty); 115return (double) GetValue(XProperty); 119SetValueInternal(XProperty, value); 185DUCE.ResourceHandle hXAnimations = GetAnimationResourceHandle(XProperty, channel);
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
324transform.BeginAnimation(TranslateTransform.XProperty, xAnim); 340transform.BeginAnimation(TranslateTransform.XProperty, null);
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
67BindingOperations.ClearBinding(transform, TranslateTransform.XProperty); 84BindingOperations.SetBinding(translateTransform, TranslateTransform.XProperty, horizontalBinding);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
104translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
137translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
137translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
137translation.BeginAnimation(TranslateTransform.XProperty, animation);