1 write to _decorator
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
67this._decorator = new AdornerDecorator();
11 references to _decorator
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (11)
68_decorator.Child = this._hostContainerInternal; 74System.Windows.Input.FocusManager.SetIsFocusScope(this._decorator, true); 112_decorator.Measure(constraints); 113SD.Size prefSize = Convert.ToSystemDrawingSize(_decorator.DesiredSize, scale); 283System.Windows.Input.FocusManager.SetFocusedElement(_decorator, null); 295_decorator.Focus(); 393_decorator.InvalidateVisual(); 411SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(_decorator); 579RootVisual = _decorator 818layoutTransforms.Children.Add(_decorator.LayoutTransform); 820_decorator.LayoutTransform = layoutTransforms;