1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
399_decorator = new Decorator
5 references to _decorator
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
405this.AddVisualChild(_decorator); 420Debug.Assert(_decorator != null); 426return _decorator; 443Debug.Assert(_decorator != null); 450_decorator.Arrange(new Rect(new Point(), finalSize));