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