4 instantiations of tagSIZEL
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
1505
NativeMethods.tagSIZEL sz = new NativeMethods.
tagSIZEL
();
1530
NativeMethods.tagSIZEL sz = new NativeMethods.
tagSIZEL
();
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1151
NativeMethods.tagSIZEL sz = new NativeMethods.
tagSIZEL
();
1175
NativeMethods.tagSIZEL sz = new NativeMethods.
tagSIZEL
();
26 references to tagSIZEL
System.Windows.Forms (26)
winforms\Managed\System\WinForms\AxHost.cs (6)
1464
private void HiMetric2Pixel(NativeMethods.
tagSIZEL
sz, NativeMethods.
tagSIZEL
szout) {
1474
private void Pixel2hiMetric(NativeMethods.
tagSIZEL
sz, NativeMethods.
tagSIZEL
szout) {
1505
NativeMethods.
tagSIZEL
sz = new NativeMethods.tagSIZEL();
1530
NativeMethods.
tagSIZEL
sz = new NativeMethods.tagSIZEL();
winforms\Managed\System\WinForms\Control.cs (7)
15627
int UnsafeNativeMethods.IOleObject.SetExtent(int dwDrawAspect, NativeMethods.
tagSIZEL
pSizel) {
15639
int UnsafeNativeMethods.IOleObject.GetExtent(int dwDrawAspect, NativeMethods.
tagSIZEL
pSizel) {
15916
void UnsafeNativeMethods.IQuickActivate.SetContentExtent(NativeMethods.
tagSIZEL
pSizel) {
15927
void UnsafeNativeMethods.IQuickActivate.GetContentExtent(NativeMethods.
tagSIZEL
pSizel) {
16077
void UnsafeNativeMethods.IViewObject2.GetExtent(int dwDrawAspect, int lindex, NativeMethods.tagDVTARGETDEVICE ptd, NativeMethods.
tagSIZEL
lpsizel) {
16955
internal void GetExtent(int dwDrawAspect, NativeMethods.
tagSIZEL
pSizel) {
18242
internal void SetExtent(int dwDrawAspect, NativeMethods.
tagSIZEL
pSizel) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (7)
5748
NativeMethods.
tagSIZEL
pSizel);
5755
NativeMethods.
tagSIZEL
pSizel);
5877
NativeMethods.
tagSIZEL
pSizel);
5884
NativeMethods.
tagSIZEL
pSizel);
6126
NativeMethods.
tagSIZEL
lpsizel);
6178
NativeMethods.
tagSIZEL
pSizel);
6183
NativeMethods.
tagSIZEL
pSizel);
winforms\Managed\System\WinForms\WebBrowserBase.cs (6)
1151
NativeMethods.
tagSIZEL
sz = new NativeMethods.tagSIZEL();
1175
NativeMethods.
tagSIZEL
sz = new NativeMethods.tagSIZEL();
1181
private void HiMetric2Pixel(NativeMethods.
tagSIZEL
sz, NativeMethods.
tagSIZEL
szout) {
1191
private void Pixel2hiMetric(NativeMethods.
tagSIZEL
sz, NativeMethods.
tagSIZEL
szout) {