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