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)
45if (_arTextStore == null) 50_arTextStore.Add(textstore); 56_arTextStore.Remove(textstore); 64if (_arTextStore != null) 66for (int i = 0; i < _arTextStore.Count; i++) 69TextStore textstore = (TextStore)_arTextStore[i]; 105return _arTextStore.Count;