1 write to _decorator
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
398
_decorator
= new Decorator();
7 references to _decorator
PresentationFramework (7)
System\Windows\Controls\GridSplitter.cs (7)
399
_decorator
.Child = previewControl;
400
_decorator
.RenderTransform = Translation;
402
this.AddVisualChild(
_decorator
);
417
Debug.Assert(
_decorator
!= null);
423
return
_decorator
;
440
Debug.Assert(
_decorator
!= null);
447
_decorator
.Arrange(new Rect(new Point(), finalSize));