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)
4096if (_range != null) 4098Marshal.ReleaseComObject(_range.Value); 4153get {return _range.Value;}