5 references to ConvertToInt32
PresentationFramework (5)
src\Framework\System\windows\Documents\CaretElement.cs (5)
1016
NativeMethods.BitmapHandle bitmap = UnsafeNativeMethods.CreateBitmap(/*width*/ 1, /*height*/
ConvertToInt32
(deviceHeight), /*panels*/ 1, /*bitsPerPixel*/ 1, /*bits*/ null);
1115
bool win32Return = SafeNativeMethods.SetCaretPos(
ConvertToInt32
(win32CaretPoint.X),
ConvertToInt32
(win32CaretPoint.Y));
1129
win32Return = SafeNativeMethods.SetCaretPos(
ConvertToInt32
(win32CaretPoint.X),
ConvertToInt32
(win32CaretPoint.Y));