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