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)
405
this.AddVisualChild(
_decorator
);
420
Debug.Assert(
_decorator
!= null);
426
return
_decorator
;
443
Debug.Assert(
_decorator
!= null);
450
_decorator
.Arrange(new Rect(new Point(), finalSize));