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