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)
406
this.AddVisualChild(
_decorator
);
421
Debug.Assert(
_decorator
!= null);
427
return
_decorator
;
444
Debug.Assert(
_decorator
!= null);
451
_decorator
.Arrange(new Rect(new Point(), finalSize));