1 write to _arTextStore
PresentationFramework (1)
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
49
_arTextStore
= new ArrayList(1);
7 references to _arTextStore
PresentationFramework (7)
System\Windows\Documents\MoveSizeWinEventHandler.cs (7)
47
if (
_arTextStore
== null)
52
_arTextStore
.Add(textstore);
58
_arTextStore
.Remove(textstore);
66
if (
_arTextStore
!= null)
68
for (int i = 0; i <
_arTextStore
.Count; i++)
71
TextStore textstore = (TextStore)
_arTextStore
[i];
107
return
_arTextStore
.Count;