1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
404
_decorator
= new Decorator();
7 references to _decorator
PresentationFramework (7)
System\Windows\Controls\GridSplitter.cs (7)
405
_decorator
.Child = previewControl;
406
_decorator
.RenderTransform = Translation;
408
this.AddVisualChild(
_decorator
);
423
Debug.Assert(
_decorator
!= null);
429
return
_decorator
;
446
Debug.Assert(
_decorator
!= null);
453
_decorator
.Arrange(new Rect(new Point(), finalSize));