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