1 write to _reconv
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
1378
_reconv
= reconv;
4 references to _reconv
PresentationFramework (4)
System\Windows\Documents\ImmComposition.cs (4)
1526
if (
_reconv
.dwStrLen != reconv.dwStrLen)
1535
if ((
_reconv
.dwCompStrLen != reconv.dwCompStrLen) ||
1536
(
_reconv
.dwCompStrOffset != reconv.dwCompStrOffset))
1546
start = MoveToNextCharPos(start, (reconv.dwCompStrOffset -
_reconv
.dwCompStrOffset) / sizeof(short));