12 references to ConvertToInt32
PresentationFramework (12)
System\Windows\Documents\ImmComposition.cs (12)
692candform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 693candform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 694candform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 695candform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 696candform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y)); 801compform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 802compform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 803compform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 804compform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 805compform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y));