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