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