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