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)
728
if (
_preparedattributes
.Count == 0)
748
if (
_preparedattributes
.Count == 0)
777
if (i >=
_preparedattributes
.Count)
780
attributeVals[i] = ((UnsafeNativeMethods.TS_ATTRVAL)
_preparedattributes
[i]);
785
_preparedattributes
.Clear();
2660
if (
_preparedattributes
== null)
2666
_preparedattributes
.Clear();
2784
_preparedattributes
.Add(attrval);