1 write to _reconv
PresentationFramework (1)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1519
_reconv
= reconv;
4 references to _reconv
PresentationFramework (4)
src\Framework\System\Windows\Documents\ImmComposition.cs (4)
1677
if (
_reconv
.dwStrLen != reconv.dwStrLen)
1686
if ((
_reconv
.dwCompStrLen != reconv.dwCompStrLen) ||
1687
(
_reconv
.dwCompStrOffset != reconv.dwCompStrOffset))
1697
start = MoveToNextCharPos(start, (reconv.dwCompStrOffset -
_reconv
.dwCompStrOffset) / Marshal.SizeOf(typeof(short)));