2 writes to _range
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4247_range = range; 4260_range = null;
3 references to _range
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4257if (_range is not null) 4259Marshal.ReleaseComObject(_range); 4310internal UnsafeNativeMethods.ITfRangeACP Range => _range;