2 writes to localizable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (2)
90localizable = TriState.Yes; 93localizable = TriState.No;
2 references to localizable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (2)
89if (localizable == TriState.Unknown) { 98return (localizable == TriState.Yes);