2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
110
_sink
= sink;
122
_sink
= null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
102
Marshal.ReleaseComObject(
_sink
);
116
if (obj !=
_sink
)
121
Marshal.ReleaseComObject(
_sink
);
1702
_sink
.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie);
1753
_sink
.OnSelectionChange();
2262
_sink
.OnTextChange(0 /* flags */, ref change);
2313
get { return
_sink
!= null; }
2444
hr =
_sink
.OnLockGranted(_lockFlags);