8 references to ToBoundedInt
WindowsFormsIntegration (8)
System\Windows\Integration\Convert.cs (8)
260
return new SD.Size(Convert.
ToBoundedInt
(size.Width),
261
Convert.
ToBoundedInt
(size.Height));
268
return new SD.Size(Convert.
ToBoundedInt
(size.Width),
269
Convert.
ToBoundedInt
(size.Height));
299
return new Padding(
ToBoundedInt
(thickness.Left),
300
ToBoundedInt
(thickness.Top),
301
ToBoundedInt
(thickness.Right),
302
ToBoundedInt
(thickness.Bottom));