2 references to GetPropertyValue
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TrackBarDesigner.cs (2)
22if (GetPropertyValue<bool>(Component, nameof(TrackBar.AutoSize))) 24var orientation = GetPropertyValue<Orientation?>(Component, nameof(TrackBar.Orientation)) ?? Orientation.Horizontal;