2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
99_sink = sink; 111_sink = null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
91Marshal.ReleaseComObject(_sink); 105if (obj != _sink) 110Marshal.ReleaseComObject(_sink); 1691_sink.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie); 1742_sink.OnSelectionChange(); 2251_sink.OnTextChange(0 /* flags */, ref change); 2302get { return _sink != null; } 2433hr = _sink.OnLockGranted(_lockFlags);