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