2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
110_sink = sink; 122_sink = null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
102Marshal.ReleaseComObject(_sink); 116if (obj != _sink) 121Marshal.ReleaseComObject(_sink); 1702_sink.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie); 1753_sink.OnSelectionChange(); 2271_sink.OnTextChange(0 /* flags */, ref change); 2322get { return _sink != null; } 2453hr = _sink.OnLockGranted(_lockFlags);