2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
98
_sink
= sink;
110
_sink
= null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
90
Marshal.ReleaseComObject(
_sink
);
104
if (obj !=
_sink
)
109
Marshal.ReleaseComObject(
_sink
);
1687
_sink
.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie);
1735
_sink
.OnSelectionChange();
2244
_sink
.OnTextChange(0 /* flags */, ref change);
2295
get { return
_sink
!= null; }
2426
hr =
_sink
.OnLockGranted(_lockFlags);