2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4248_sink = sink; 4266_sink = null;
3 references to _sink
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4263if (_sink is not null) 4265Marshal.ReleaseComObject(_sink); 4312internal UnsafeNativeMethods.ITfMouseSink Sink => _sink;