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