1 override of IsLocalizable
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
38public override bool IsLocalizable
6 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)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (1)
217Assert.True(property.IsLocalizable);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (3)
51Assert.False(handleProperty.IsLocalizable); 69Assert.False(typeProperty.IsLocalizable); 134Assert.False(urlProperty.IsLocalizable);