27 references to DoNothing
Microsoft.VisualStudio.LanguageServices (1)
Utilities\EnumBoolConverter.cs (1)
25=> value?.Equals(true) == true ? parameter : Binding.DoNothing;
PresentationFramework (25)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
135return new object[] { Binding.DoNothing };
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
109return new object[] { Binding.DoNothing };
System\Windows\Controls\StickyNote.cs (1)
1944return new object[] { value, Binding.DoNothing };
System\Windows\Data\BindingExpression.cs (8)
1322if ( ((value != null) && (value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1342if ((value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1427if (value == Binding.DoNothing) 1869return Binding.DoNothing; 1882if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue && 1900if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 1991if (value == Binding.DoNothing || value == DependencyProperty.UnsetValue || 2169if (convertedValue == Binding.DoNothing)
System\Windows\Data\BindingExpressionBase.cs (1)
1153if (value == Binding.DoNothing)
System\Windows\Data\BindingGroup.cs (4)
463if (value == Binding.DoNothing) 488if (value == Binding.DoNothing) 518value = Binding.DoNothing; // signal "no entry" 537if (value == Binding.DoNothing)
System\Windows\Data\MultiBindingExpression.cs (7)
569if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 697if (value != Binding.DoNothing) 775if (value == Binding.DoNothing) 814else if (value != Binding.DoNothing) 899if (value == Binding.DoNothing) 1215if (EffectiveStringFormat == null || preFormattedValue == Binding.DoNothing || preFormattedValue == DependencyProperty.UnsetValue) 1263if (value == Binding.DoNothing)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
45return Binding.DoNothing; 134return new object[] { Binding.DoNothing };
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
114return new object[] { Binding.DoNothing };