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