1 write to _decorator
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
406
_decorator
= new Decorator();
7 references to _decorator
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridSplitter.cs (7)
407
_decorator
.Child = previewControl;
408
_decorator
.RenderTransform = Translation;
410
this.AddVisualChild(
_decorator
);
425
Debug.Assert(
_decorator
!= null);
431
return
_decorator
;
448
Debug.Assert(
_decorator
!= null);
455
_decorator
.Arrange(new Rect(new Point(), finalSize));