1 write to _decorator
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
406_decorator = new Decorator();
7 references to _decorator
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridSplitter.cs (7)
407_decorator.Child = previewControl; 408_decorator.RenderTransform = Translation; 410this.AddVisualChild(_decorator); 425Debug.Assert(_decorator != null); 431return _decorator; 448Debug.Assert(_decorator != null); 455_decorator.Arrange(new Rect(new Point(), finalSize));