2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4239_sink = sink; 4257_sink = null;
3 references to _sink
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4254if (_sink is not null) 4256Marshal.ReleaseComObject(_sink); 4303internal UnsafeNativeMethods.ITfMouseSink Sink => _sink;