3 references to _maxSrounding
PresentationFramework (3)
System\Windows\Documents\ImmComposition.cs (3)
1352int requestSize = Marshal.SizeOf(typeof(NativeMethods.RECONVERTSTRING)) + (target.Length * sizeof(short)) + ((_maxSrounding + 1) * sizeof(short) * 2); 1416bufLength = _maxSrounding; 1468bufLength = _maxSrounding;