1 write to _host
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
803
_host
= host;
8 references to _host
WindowsFormsIntegration (8)
System\Windows\Integration\WindowsFormsHost.cs (8)
768
if (
_host
== null) { return base.Cursor; }
770
if (!
_host
.PropertyMap.PropertyMappedToEmptyTranslator(nameof(Cursor)))
773
bool forceCursorMapped =
_host
.PropertyMap.PropertyMappedToEmptyTranslator("ForceCursor");
775
FrameworkElement cursorSource = HostUtils.GetCursorSource(
_host
, forceCursorMapped);
890
return (
_host
as IKeyboardInputSink)?.KeyboardInputSite;
977
PresentationSource presentationSource = PresentationSource.FromVisual(this.
_host
);
1013
_host
.InvalidateMeasure();
1035
_host
.PaintBackground();