4 instantiations of COMRECT
System.Web.Mobile (4)
UI\MobileControls\Design\NativeMethods.cs (1)
237
return new
COMRECT
(x,
UI\MobileControls\Design\Util\MSHTMLHost.cs (3)
116
NativeMethods.COMRECT r = new NativeMethods.
COMRECT
();
158
NativeMethods.COMRECT r = new NativeMethods.
COMRECT
();
388
NativeMethods.COMRECT r = new NativeMethods.
COMRECT
();
30 references to COMRECT
System.Web.Mobile (30)
UI\MobileControls\Design\NativeMethods.cs (20)
54
internal static extern bool GetClientRect(IntPtr hWnd, [In, Out]
COMRECT
rect);
235
internal static
COMRECT
FromXYWH(int x, int y, int width, int height)
2340
COMRECT
prcView);
2345
COMRECT
prcView);
2350
COMRECT
prcView,
2352
COMRECT
prcHScroll,
2354
COMRECT
prcVScroll,
2356
COMRECT
prcSizeBox);
2420
COMRECT
lprcPosRect,
2422
COMRECT
lprcClipRect,
2450
COMRECT
lprcPosRect);
2466
COMRECT
lprectBorder);
2471
COMRECT
pborderwidths);
2476
COMRECT
pborderwidths);
2538
COMRECT
lprectBorder);
2543
COMRECT
pborderwidths);
2548
COMRECT
pborderwidths);
2624
COMRECT
rect,
2710
COMRECT
prcBorder,
2789
COMRECT
lprcPosRect);
UI\MobileControls\Design\Util\MSHTMLHost.cs (10)
116
NativeMethods.
COMRECT
r = new NativeMethods.COMRECT();
158
NativeMethods.
COMRECT
r = new NativeMethods.COMRECT();
193
public virtual void GetWindowContext(out NativeMethods.IOleInPlaceFrame ppFrame, out NativeMethods.IOleInPlaceUIWindow ppDoc, NativeMethods.
COMRECT
lprcPosRect, NativeMethods.
COMRECT
lprcClipRect, NativeMethods.tagOIFI lpFrameInfo) {
227
public virtual int OnPosRectChange(NativeMethods.
COMRECT
lprcPosRect) {
235
public virtual void GetBorder(NativeMethods.
COMRECT
lprectBorder) {
239
public virtual void RequestBorderSpace(NativeMethods.
COMRECT
pborderwidths) {
243
public virtual void SetBorderSpace(NativeMethods.
COMRECT
pborderwidths) {
317
public virtual int ResizeBorder(NativeMethods.
COMRECT
rect, NativeMethods.IOleInPlaceUIWindow doc, bool fFrameWindow) {
388
NativeMethods.
COMRECT
r = new NativeMethods.COMRECT();