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