3 references to IsLocalizable
System (3)
compmod\system\componentmodel\LocalizableAttribute.cs (3)
72
return (
IsLocalizable
== Default.
IsLocalizable
);
77
return (other != null) && other.
IsLocalizable
== this.isLocalizable;