2 writes to _range
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4238_range = range; 4251_range = null;
3 references to _range
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4248if (_range is not null) 4250Marshal.ReleaseComObject(_range); 4301internal UnsafeNativeMethods.ITfRangeACP Range => _range;