1 write to XProperty
PresentationCore (1)
System\Windows\Media\Generated\TranslateTransform.cs (1)
283XProperty =
14 references to XProperty
PresentationCore (4)
System\Windows\Media\Generated\TranslateTransform.cs (4)
61target.PropertyChanged(XProperty); 81return (double) GetValue(XProperty); 85SetValueInternal(XProperty, value); 145DUCE.ResourceHandle hXAnimations = GetAnimationResourceHandle(XProperty, channel);
PresentationFramework (4)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
318transform.BeginAnimation(TranslateTransform.XProperty, xAnim); 334transform.BeginAnimation(TranslateTransform.XProperty, null);
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
63BindingOperations.ClearBinding(transform, TranslateTransform.XProperty); 80BindingOperations.SetBinding(translateTransform, TranslateTransform.XProperty, horizontalBinding);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
97translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
97translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
120translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
120translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
120translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
120translation.BeginAnimation(TranslateTransform.XProperty, animation);