2 writes to _range
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
4081
_range
= new SecurityCriticalDataClass<UnsafeNativeMethods.ITfRangeACP>(range);
4099
_range
= null;
3 references to _range
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
4096
if (
_range
!= null)
4098
Marshal.ReleaseComObject(
_range
.Value);
4153
get {return
_range
.Value;}