1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
400_decorator = new Decorator
5 references to _decorator
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
406this.AddVisualChild(_decorator); 421Debug.Assert(_decorator != null); 427return _decorator; 444Debug.Assert(_decorator != null); 451_decorator.Arrange(new Rect(new Point(), finalSize));