2 writes to _sink
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
122
_sink
= sink;
140
_sink
= null;
8 references to _sink
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextStore.cs (8)
114
Marshal.ReleaseComObject(
_sink
);
134
if (obj !=
_sink
)
139
Marshal.ReleaseComObject(
_sink
);
1582
_sink
.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie);
1624
_sink
.OnSelectionChange();
2146
_sink
.OnTextChange(0 /* flags */, ref change);
2182
get { return
_sink
!= null; }
2304
hr =
_sink
.OnLockGranted(_lockFlags);