1 write to _arTextStore
PresentationFramework (1)
src\Framework\System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
56
_arTextStore
= new ArrayList(1);
7 references to _arTextStore
PresentationFramework (7)
src\Framework\System\Windows\Documents\MoveSizeWinEventHandler.cs (7)
54
if (
_arTextStore
== null)
59
_arTextStore
.Add(textstore);
65
_arTextStore
.Remove(textstore);
78
if (
_arTextStore
!= null)
80
for (int i = 0; i <
_arTextStore
.Count; i++)
83
TextStore textstore = (TextStore)
_arTextStore
[i];
119
return
_arTextStore
.Count;