1 write to isLocalizable
System (1)
compmod\system\componentmodel\LocalizableAttribute.cs (1)
28
this.
isLocalizable
= isLocalizable;
2 references to isLocalizable
System (2)
compmod\system\componentmodel\LocalizableAttribute.cs (2)
39
return
isLocalizable
;
77
return (other != null) && other.IsLocalizable == this.
isLocalizable
;