5 references to Host
WindowsFormsIntegration (5)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (5)
167
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
324
return (float)(Convert.FontSizeToSystemDrawing(
Host
.FontSize));
338
if (
Host
.FontStyle == SW.FontStyles.Normal)
347
if (HostUtils.FontWeightIsBold(
Host
.FontWeight))
362
return
Host
.FontFamily.Source;