1 write to XProperty
PresentationCore (1)
System\Windows\Media\Generated\TranslateTransform.cs (1)
311XProperty =
14 references to XProperty
PresentationCore (4)
System\Windows\Media\Generated\TranslateTransform.cs (4)
89target.PropertyChanged(XProperty); 109return (double) GetValue(XProperty); 113SetValueInternal(XProperty, value); 173DUCE.ResourceHandle hXAnimations = GetAnimationResourceHandle(XProperty, channel);
PresentationFramework (4)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
327transform.BeginAnimation(TranslateTransform.XProperty, xAnim); 343transform.BeginAnimation(TranslateTransform.XProperty, null);
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
66BindingOperations.ClearBinding(transform, TranslateTransform.XProperty); 83BindingOperations.SetBinding(translateTransform, TranslateTransform.XProperty, horizontalBinding);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
99translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
99translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
122translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
122translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
122translation.BeginAnimation(TranslateTransform.XProperty, animation);
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
122translation.BeginAnimation(TranslateTransform.XProperty, animation);