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)
214
if (String.IsNullOrEmpty(
_selectedCatalogPartID
)) {
228
return
_selectedCatalogPartID
;
241
if (String.IsNullOrEmpty(
_selectedCatalogPartID
)) {
245
return catalogParts[
_selectedCatalogPartID
];
743
if (!String.IsNullOrEmpty(
_selectedCatalogPartID
)) {
744
myState[selectedCatalogPartIDIndex] =
_selectedCatalogPartID
;