2 writes to _sink
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
4082_sink = new SecurityCriticalDataClass<UnsafeNativeMethods.ITfMouseSink>(sink); 4104_sink = null;
3 references to _sink
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
4101if (_sink != null) 4103Marshal.ReleaseComObject(_sink.Value); 4162get {return _sink.Value;}