1 override of IsLocalizable
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
38public override bool IsLocalizable
2 references to IsLocalizable
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
47if (!pd.IsLocalizable)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.cs (1)
173if (!manager.TryGetContext(out PropertyDescriptor? serializingProperty) || !serializingProperty.IsLocalizable)