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