3 references to _maxSrounding
PresentationFramework (3)
src\Framework\System\Windows\Documents\ImmComposition.cs (3)
1493
int requestSize = Marshal.SizeOf(typeof(NativeMethods.RECONVERTSTRING)) + (target.Length * Marshal.SizeOf(typeof(short))) + ((
_maxSrounding
+ 1) * Marshal.SizeOf(typeof(short)) * 2);
1563
bufLength =
_maxSrounding
;
1615
bufLength =
_maxSrounding
;