6 instantiations of PersistNameAttribute
System.Web.Mobile (6)
UI\MobileControls\DeviceSpecific.cs (1)
34
PersistName
("DeviceSpecific"),
UI\MobileControls\DeviceSpecificChoice.cs (1)
31
PersistName
("Choice"),
UI\MobileControls\MobileListItem.cs (1)
45
PersistName
("Item"),
UI\MobileControls\ObjectListCommand.cs (1)
27
PersistName
("Command")
UI\MobileControls\ObjectListField.cs (1)
28
PersistName
("Field")
UI\MobileControls\PersistNameAttribute.cs (1)
24
public static readonly PersistNameAttribute Default = new
PersistNameAttribute
(String.Empty);
6 references to PersistNameAttribute
System.Web.Mobile (6)
UI\MobileControls\Design\MobileControlPersister.cs (3)
152
PersistNameAttribute
pna =
153
(
PersistNameAttribute
)TypeDescriptor.GetAttributes(collItem.GetType())[typeof(
PersistNameAttribute
)];
UI\MobileControls\PersistNameAttribute.cs (3)
24
public static readonly
PersistNameAttribute
Default = new PersistNameAttribute(String.Empty);
51
if ((obj != null) && (obj is
PersistNameAttribute
))
53
return(String.Compare(((
PersistNameAttribute
)obj).Name, _name, StringComparison.OrdinalIgnoreCase) == 0);