17 references to GetProperty
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.cs (8)
3768
if ((bool)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_BOLD))
3773
if ((bool)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_ITALIC))
3778
if ((bool)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_UNDER))
3783
if ((bool)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_STRIKE))
3788
if ((short)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_WEIGHT) >= 700)
3793
using BSTR name = (BSTR)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_NAME);
3797
(float)(CY)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_SIZE),
3800
(byte)(short)dispatch.Value->
GetProperty
(PInvokeCore.DISPID_FONT_CHARSET));
System.Windows.Forms.Tests (9)
System\Windows\Forms\AxHostTests.cs (9)
1614
VARIANT variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_HANDLE);
1616
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_HPAL);
1618
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_TYPE);
1620
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_WIDTH);
1622
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_HEIGHT);
1639
VARIANT variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_HANDLE);
1642
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_TYPE);
1644
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_WIDTH);
1646
variant = iPictureDisp.Value->
GetProperty
(PInvokeCore.DISPID_PICT_HEIGHT);