1 write to _decorator
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
68
this.
_decorator
= new AdornerDecorator();
11 references to _decorator
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (11)
69
_decorator
.Child = this._hostContainerInternal;
75
System.Windows.Input.FocusManager.SetIsFocusScope(this.
_decorator
, true);
113
_decorator
.Measure(constraints);
114
SD.Size prefSize = Convert.ToSystemDrawingSize(
_decorator
.DesiredSize, scale);
284
System.Windows.Input.FocusManager.SetFocusedElement(
_decorator
, null);
296
_decorator
.Focus();
394
_decorator
.InvalidateVisual();
412
SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(
_decorator
);
583
RootVisual =
_decorator
822
layoutTransforms.Children.Add(
_decorator
.LayoutTransform);
824
_decorator
.LayoutTransform = layoutTransforms;