2 writes to _selectedCatalogPartID
System.Web (2)
UI\WebParts\CatalogZoneBase.cs (2)
232_selectedCatalogPartID = value; 417_selectedCatalogPartID = (string)myState[selectedCatalogPartIDIndex];
6 references to _selectedCatalogPartID
System.Web (6)
UI\WebParts\CatalogZoneBase.cs (6)
214if (String.IsNullOrEmpty(_selectedCatalogPartID)) { 228return _selectedCatalogPartID; 241if (String.IsNullOrEmpty(_selectedCatalogPartID)) { 245return catalogParts[_selectedCatalogPartID]; 743if (!String.IsNullOrEmpty(_selectedCatalogPartID)) { 744myState[selectedCatalogPartIDIndex] = _selectedCatalogPartID;