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