1 instantiation of OSFeature
System.Windows.Forms (1)
System\Windows\Forms\OSFeature.cs (1)
35public static OSFeature Feature => s_feature ??= new OSFeature();
4 references to OSFeature
System.Windows.Forms (4)
System\Windows\Forms\OSFeature.cs (4)
22private static OSFeature? s_feature; 25/// Initializes a new instance of the <see cref="OSFeature"/> class. 32/// Represents the <see langword="static"/> instance of <see cref="OSFeature"/> 35public static OSFeature Feature => s_feature ??= new OSFeature();