2 writes to _customProperties
System.Web (2)
UI\WebParts\BlobPersonalizationState.cs (2)
550
info.
_customProperties
= customProperties;
727
extractedInfo.
_customProperties
= customProperties;
13 references to _customProperties
System.Web (13)
UI\WebParts\BlobPersonalizationState.cs (13)
923
bool hasSharedCustomProperties = (sharedInfo != null && sharedInfo.
_customProperties
!= null);
924
bool hasUserCustomProperties = (userInfo != null && userInfo.
_customProperties
!= null);
929
foreach (DictionaryEntry entry in sharedInfo.
_customProperties
) {
932
foreach (DictionaryEntry entry in userInfo.
_customProperties
) {
937
customProperties = sharedInfo.
_customProperties
;
940
customProperties = userInfo.
_customProperties
;
945
customInitialProperties = sharedInfo.
_customProperties
;
948
customInitialProperties = userInfo.
_customProperties
;
1024
((info.
_customProperties
!= null) && (info.
_customProperties
.Count != 0))){
1059
if (info.
_customProperties
!= null) {
1060
customPropertyCount = info.
_customProperties
.Count;
1064
foreach (DictionaryEntry customPropertyEntry in info.
_customProperties
) {