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