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