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)
54if (_arTextStore == null) 59_arTextStore.Add(textstore); 65_arTextStore.Remove(textstore); 78if (_arTextStore != null) 80for (int i = 0; i < _arTextStore.Count; i++) 83TextStore textstore = (TextStore)_arTextStore[i]; 119return _arTextStore.Count;