5 references to Host
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (5)
169
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
329
return (float)(Convert.FontSizeToSystemDrawing(
Host
.FontSize));
343
if (
Host
.FontStyle == SW.FontStyles.Normal)
352
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
367
return
Host
.FontFamily.Source;