1 write to _arTextStore
PresentationFramework (1)
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
46
_arTextStore
= new ArrayList(1);
7 references to _arTextStore
PresentationFramework (7)
System\Windows\Documents\MoveSizeWinEventHandler.cs (7)
44
if (
_arTextStore
== null)
49
_arTextStore
.Add(textstore);
55
_arTextStore
.Remove(textstore);
63
if (
_arTextStore
!= null)
65
for (int i = 0; i <
_arTextStore
.Count; i++)
68
TextStore textstore = (TextStore)
_arTextStore
[i];
104
return
_arTextStore
.Count;