1 write to _host
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
811_host = host;
9 references to _host
WindowsFormsIntegration (9)
System\Windows\Integration\WindowsFormsHost.cs (9)
776if (_host == null) { return base.Cursor; } 778if (!_host.PropertyMap.PropertyMappedToEmptyTranslator(nameof(Cursor))) 781bool forceCursorMapped = _host.PropertyMap.PropertyMappedToEmptyTranslator("ForceCursor"); 783FrameworkElement cursorSource = HostUtils.GetCursorSource(_host, forceCursorMapped); 898return (_host as IKeyboardInputSink)?.KeyboardInputSite; 985PresentationSource presentationSource = PresentationSource.FromVisual(this._host); 1021_host.InvalidateMeasure(); 1033Debug.WriteLineIf(WindowsFormsHost._traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')", _host.Name, compName, e.AffectedProperty)); 1043_host.PaintBackground();