2 writes to _preparedattributes
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
923
_preparedattributes
= null;
2778
_preparedattributes
= new ArrayList(count);
8 references to _preparedattributes
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
865
if (
_preparedattributes
.Count == 0)
885
if (
_preparedattributes
.Count == 0)
914
if (i >=
_preparedattributes
.Count)
917
attributeVals[i] = ((UnsafeNativeMethods.TS_ATTRVAL)
_preparedattributes
[i]);
922
_preparedattributes
.Clear();
2776
if (
_preparedattributes
== null)
2782
_preparedattributes
.Clear();
2899
_preparedattributes
.Add(attrval);