12 references to ConvertToInt32
PresentationFramework (12)
System\Windows\Documents\ImmComposition.cs (12)
665candform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 666candform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 667candform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 668candform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 669candform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y)); 776compform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 777compform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 778compform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 779compform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 780compform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y));