1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
398_decorator = new Decorator();
7 references to _decorator
PresentationFramework (7)
System\Windows\Controls\GridSplitter.cs (7)
399_decorator.Child = previewControl; 400_decorator.RenderTransform = Translation; 402this.AddVisualChild(_decorator); 417Debug.Assert(_decorator != null); 423return _decorator; 440Debug.Assert(_decorator != null); 447_decorator.Arrange(new Rect(new Point(), finalSize));