5 references to Host
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (5)
168
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
328
return (float)(Convert.FontSizeToSystemDrawing(
Host
.FontSize));
342
if (
Host
.FontStyle == SW.FontStyles.Normal)
351
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
366
return
Host
.FontFamily.Source;