1 write to _arTextStore
PresentationFramework (1)
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
46_arTextStore = new ArrayList(1);
7 references to _arTextStore
PresentationFramework (7)
System\Windows\Documents\MoveSizeWinEventHandler.cs (7)
44if (_arTextStore == null) 49_arTextStore.Add(textstore); 55_arTextStore.Remove(textstore); 63if (_arTextStore != null) 65for (int i = 0; i < _arTextStore.Count; i++) 68TextStore textstore = (TextStore)_arTextStore[i]; 104return _arTextStore.Count;