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