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)
4248
if (
_range
is not null)
4250
Marshal.ReleaseComObject(
_range
);
4301
internal UnsafeNativeMethods.ITfRangeACP Range =>
_range
;