1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
404_decorator = new Decorator();
7 references to _decorator
PresentationFramework (7)
System\Windows\Controls\GridSplitter.cs (7)
405_decorator.Child = previewControl; 406_decorator.RenderTransform = Translation; 408this.AddVisualChild(_decorator); 423Debug.Assert(_decorator != null); 429return _decorator; 446Debug.Assert(_decorator != null); 453_decorator.Arrange(new Rect(new Point(), finalSize));