2 writes to _preparedattributes
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
912
_preparedattributes
= null;
2767
_preparedattributes
= new ArrayList(count);
8 references to _preparedattributes
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
854
if (
_preparedattributes
.Count == 0)
874
if (
_preparedattributes
.Count == 0)
903
if (i >=
_preparedattributes
.Count)
906
attributeVals[i] = ((UnsafeNativeMethods.TS_ATTRVAL)
_preparedattributes
[i]);
911
_preparedattributes
.Clear();
2765
if (
_preparedattributes
== null)
2771
_preparedattributes
.Clear();
2888
_preparedattributes
.Add(attrval);