1 write to Translation
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
398Translation = new TranslateTransform();
5 references to Translation
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
402RenderTransform = Translation 457get { return Translation.X; } 458set { Translation.X = value; } 464get { return Translation.Y; } 465set { Translation.Y = value; }