1 write to _decorator
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
71
this.
_decorator
= new AdornerDecorator();
11 references to _decorator
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (11)
72
_decorator
.Child = this._hostContainerInternal;
78
System.Windows.Input.FocusManager.SetIsFocusScope(this.
_decorator
, true);
116
_decorator
.Measure(constraints);
117
SD.Size prefSize = Convert.ToSystemDrawingSize(
_decorator
.DesiredSize, scale);
288
System.Windows.Input.FocusManager.SetFocusedElement(
_decorator
, null);
300
_decorator
.Focus();
398
_decorator
.InvalidateVisual();
416
SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(
_decorator
);
584
_hwndSource.RootVisual =
_decorator
;
822
layoutTransforms.Children.Add(
_decorator
.LayoutTransform);
824
_decorator
.LayoutTransform = layoutTransforms;