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)
4101
if (
_sink
!= null)
4103
Marshal.ReleaseComObject(
_sink
.Value);
4162
get {return
_sink
.Value;}