2 writes to _sink
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
98_sink = sink; 110_sink = null;
8 references to _sink
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
90Marshal.ReleaseComObject(_sink); 104if (obj != _sink) 109Marshal.ReleaseComObject(_sink); 1687_sink.OnLayoutChange(UnsafeNativeMethods.TsLayoutCode.TS_LC_CHANGE, _viewCookie); 1735_sink.OnSelectionChange(); 2244_sink.OnTextChange(0 /* flags */, ref change); 2295get { return _sink != null; } 2426hr = _sink.OnLockGranted(_lockFlags);