2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
99
_sink
= sink;
111
_sink
= null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
91
Marshal.ReleaseComObject(
_sink
);
105
if (obj !=
_sink
)
110
Marshal.ReleaseComObject(
_sink
);
1691
_sink
.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie);
1742
_sink
.OnSelectionChange();
2251
_sink
.OnTextChange(0 /* flags */, ref change);
2302
get { return
_sink
!= null; }
2433
hr =
_sink
.OnLockGranted(_lockFlags);