6 references to IsChecked
System.Windows.Forms (6)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (6)
57
_positionTarget =
IsChecked
? 1f : 0f;
59
_onAmountTarget =
IsChecked
? 1f : 0f;
284
_positionCurrent =
IsChecked
? 1f : 0f;
287
_onAmountCurrent =
IsChecked
? 1f : 0f;
323
_positionCurrent =
IsChecked
? 1f : 0f;
326
_onAmountCurrent =
IsChecked
? 1f : 0f;