2 writes to _preparedattributes
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
786_preparedattributes = null; 2662_preparedattributes = new ArrayList(count);
8 references to _preparedattributes
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextStore.cs (8)
728if (_preparedattributes.Count == 0) 748if (_preparedattributes.Count == 0) 777if (i >= _preparedattributes.Count) 780attributeVals[i] = ((UnsafeNativeMethods.TS_ATTRVAL)_preparedattributes[i]); 785_preparedattributes.Clear(); 2660if (_preparedattributes == null) 2666_preparedattributes.Clear(); 2784_preparedattributes.Add(attrval);