5 references to IsChecked
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
60private bool IsChecked => _binder.IsChecked;
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
59private bool IsChecked => _binder.IsChecked;
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
44private bool IsChecked => _binder.IsChecked;
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
42private bool IsChecked => _binder.IsChecked;
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
52private bool IsChecked => _binder.IsChecked;