1 write to _host
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
834
_host
= host;
9 references to _host
WindowsFormsIntegration (9)
System\Windows\Integration\WindowsFormsHost.cs (9)
799
if (
_host
== null) { return base.Cursor; }
801
if (!
_host
.PropertyMap.PropertyMappedToEmptyTranslator("Cursor"))
804
bool forceCursorMapped =
_host
.PropertyMap.PropertyMappedToEmptyTranslator("ForceCursor");
806
FrameworkElement cursorSource = HostUtils.GetCursorSource(
_host
, forceCursorMapped);
921
return (
_host
as IKeyboardInputSink)?.KeyboardInputSite;
1008
PresentationSource presentationSource = PresentationSource.FromVisual(this.
_host
);
1044
_host
.InvalidateMeasure();
1056
Debug.WriteLineIf(WindowsFormsHost._traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')",
_host
.Name, compName, e.AffectedProperty));
1066
_host
.PaintBackground();