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)
137return new object[] { Binding.DoNothing };
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
109return new object[] { Binding.DoNothing };
System\Windows\Controls\StickyNote.cs (1)
1919return new object[] { value, Binding.DoNothing };
System\Windows\Data\BindingExpression.cs (8)
1318if ( ((value != null) && (value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1338if ((value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1423if (value == Binding.DoNothing) 1843return Binding.DoNothing; 1856if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue && 1874if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 1965if (value == Binding.DoNothing || value == DependencyProperty.UnsetValue || 2131if (convertedValue == Binding.DoNothing)
System\Windows\Data\BindingExpressionBase.cs (1)
1153if (value == Binding.DoNothing)
System\Windows\Data\BindingGroup.cs (4)
457if (value == Binding.DoNothing) 482if (value == Binding.DoNothing) 512value = Binding.DoNothing; // signal "no entry" 531if (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)
40return Binding.DoNothing; 129return new object[] { Binding.DoNothing };
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
114return new object[] { Binding.DoNothing };