5 references to IsSupported
System.ComponentModel.TypeConverter (5)
System\ComponentModel\AmbientValueAttribute.cs (4)
21private static readonly object? s_throwSentinel = IDesignerHost.IsSupported ? null : new(); 33Debug.Assert(IDesignerHost.IsSupported, "Runtime instantiation of this attribute is not allowed with trimming."); 34if (!IDesignerHost.IsSupported) 147if (!IDesignerHost.IsSupported && ReferenceEquals(_value, s_throwSentinel))
System\ComponentModel\ToolboxItemAttribute.cs (1)
45if (!IDesignerHost.IsSupported)