1 write to XProperty
PresentationCore (1)
System\Windows\Media\Generated\TranslateTransform.cs (1)
301XProperty =
14 references to XProperty
PresentationCore (4)
System\Windows\Media\Generated\TranslateTransform.cs (4)
71target.PropertyChanged(XProperty); 91return (double) GetValue(XProperty); 95SetValueInternal(XProperty, value); 155DUCE.ResourceHandle hXAnimations = GetAnimationResourceHandle(XProperty, channel);
PresentationFramework (4)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
329transform.BeginAnimation(TranslateTransform.XProperty, xAnim); 345transform.BeginAnimation(TranslateTransform.XProperty, null);
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
62BindingOperations.ClearBinding(transform, TranslateTransform.XProperty); 81BindingOperations.SetBinding(translateTransform, TranslateTransform.XProperty, horizontalBinding);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
98translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
98translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
121translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
121translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
121translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
121translation.BeginAnimation(TranslateTransform.XProperty, animation);