1 write to _arTextStore
PresentationFramework (1)
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
47
_arTextStore
= new ArrayList(1);
7 references to _arTextStore
PresentationFramework (7)
System\Windows\Documents\MoveSizeWinEventHandler.cs (7)
45
if (
_arTextStore
== null)
50
_arTextStore
.Add(textstore);
56
_arTextStore
.Remove(textstore);
64
if (
_arTextStore
!= null)
66
for (int i = 0; i <
_arTextStore
.Count; i++)
69
TextStore textstore = (TextStore)
_arTextStore
[i];
105
return
_arTextStore
.Count;