2 writes to _range
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4248
_range
= range;
4261
_range
= null;
3 references to _range
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4258
if (
_range
is not null)
4260
Marshal.ReleaseComObject(
_range
);
4311
internal UnsafeNativeMethods.ITfRangeACP Range =>
_range
;