2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4256
_sink
= sink;
4274
_sink
= null;
3 references to _sink
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4271
if (
_sink
is not null)
4273
Marshal.ReleaseComObject(
_sink
);
4320
internal UnsafeNativeMethods.ITfMouseSink Sink =>
_sink
;