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
);
1688
_sink
.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie);
1736
_sink
.OnSelectionChange();
2245
_sink
.OnTextChange(0 /* flags */, ref change);
2296
get { return
_sink
!= null; }
2427
hr =
_sink
.OnLockGranted(_lockFlags);