27 references to DoNothing
Microsoft.VisualStudio.LanguageServices (1)
Utilities\EnumBoolConverter.cs (1)
23=> value?.Equals(true) == true ? parameter : Binding.DoNothing;
PresentationFramework (25)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
136return new object[] { Binding.DoNothing };
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
108return new object[] { Binding.DoNothing };
System\Windows\Controls\StickyNote.cs (1)
1918return new object[] { value, Binding.DoNothing };
System\Windows\Data\BindingExpression.cs (8)
1317if ( ((value != null) && (value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1337if ((value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1422if (value == Binding.DoNothing) 1841return Binding.DoNothing; 1854if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue && 1872if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 1963if (value == Binding.DoNothing || value == DependencyProperty.UnsetValue || 2129if (convertedValue == Binding.DoNothing)
System\Windows\Data\BindingExpressionBase.cs (1)
1152if (value == Binding.DoNothing)
System\Windows\Data\BindingGroup.cs (4)
456if (value == Binding.DoNothing) 481if (value == Binding.DoNothing) 511value = Binding.DoNothing; // signal "no entry" 530if (value == Binding.DoNothing)
System\Windows\Data\MultiBindingExpression.cs (7)
568if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 696if (value != Binding.DoNothing) 774if (value == Binding.DoNothing) 813else if (value != Binding.DoNothing) 898if (value == Binding.DoNothing) 1214if (EffectiveStringFormat == null || preFormattedValue == Binding.DoNothing || preFormattedValue == DependencyProperty.UnsetValue) 1262if (value == Binding.DoNothing)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
39return Binding.DoNothing; 128return new object[] { Binding.DoNothing };
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
113return new object[] { Binding.DoNothing };