Home
last modified time | relevance | path

Searched refs:balloon_bordersize (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DThemeWin32Classic.cs5481 private const int balloon_bordersize = 8; field in System.Windows.Forms.ThemeWin32Classic
5518 … dc.DrawImage (image, new Rectangle (balloon_bordersize, balloon_bordersize, iconsize, iconsize)); in DrawBalloonWindow()
5521 …tangle titlerect = new Rectangle (rect.X + balloon_bordersize + iconsize + (iconsize > 0 ? balloon… in DrawBalloonWindow()
5522 rect.Y + balloon_bordersize, in DrawBalloonWindow()
5523 rect.Width - ((3 * balloon_bordersize) + iconsize), in DrawBalloonWindow()
5524 rect.Height - (2 * balloon_bordersize)); in DrawBalloonWindow()
5530 Rectangle textrect = new Rectangle (rect.X + balloon_bordersize, in DrawBalloonWindow()
5531 rect.Y + balloon_bordersize, in DrawBalloonWindow()
5532 rect.Width - (2 * balloon_bordersize), in DrawBalloonWindow()
5533 rect.Height - (2 * balloon_bordersize)); in DrawBalloonWindow()
[all …]