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)
47if (_arTextStore == null) 52_arTextStore.Add(textstore); 58_arTextStore.Remove(textstore); 66if (_arTextStore != null) 68for (int i = 0; i < _arTextStore.Count; i++) 71TextStore textstore = (TextStore)_arTextStore[i]; 107return _arTextStore.Count;