5 references to IsChecked
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
59
private bool IsChecked => _binder.
IsChecked
;
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
58
private bool IsChecked => _binder.
IsChecked
;
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
43
private bool IsChecked => _binder.
IsChecked
;
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
41
private bool IsChecked => _binder.
IsChecked
;
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
51
private bool IsChecked => _binder.
IsChecked
;