1 write to Translation
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
399Translation = new TranslateTransform();
5 references to Translation
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
403RenderTransform = Translation 458get { return Translation.X; } 459set { Translation.X = value; } 465get { return Translation.Y; } 466set { Translation.Y = value; }