35 references to DoNothing
PresentationFramework (25)
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (1)
146return new object[] { Binding.DoNothing };
src\Framework\System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
124return new object[] { Binding.DoNothing };
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1997return new object[] { value, Binding.DoNothing };
src\Framework\System\Windows\Data\BindingExpression.cs (8)
1322if ( ((value != null) && (value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1342if ((value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1425if (value == Binding.DoNothing) 1861return Binding.DoNothing; 1873if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue && 1891if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 1980if (value == Binding.DoNothing || value == DependencyProperty.UnsetValue || 2158if (convertedValue == Binding.DoNothing)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1165if (value == Binding.DoNothing)
src\Framework\System\Windows\Data\BindingGroup.cs (4)
470if (value == Binding.DoNothing) 495if (value == Binding.DoNothing) 525value = Binding.DoNothing; // signal "no entry" 544if (value == Binding.DoNothing)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (7)
580if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 708if (value != Binding.DoNothing) 786if (value == Binding.DoNothing) 825else if (value != Binding.DoNothing) 910if (value == Binding.DoNothing) 1224if (EffectiveStringFormat == null || preFormattedValue == Binding.DoNothing || preFormattedValue == DependencyProperty.UnsetValue) 1270if (value == Binding.DoNothing)
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
50return Binding.DoNothing; 145return new object[] { Binding.DoNothing };
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
825object template = Binding.DoNothing;
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1568return Binding.DoNothing;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
1649return Binding.DoNothing; 1680return Binding.DoNothing; 1786return Binding.DoNothing;
System.Activities.Presentation\System\Activities\Presentation\View\PropertyEntryToEditorOptionConverter.cs (3)
42return Binding.DoNothing; 48return Binding.DoNothing; 57return Binding.DoNothing;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
909return Binding.DoNothing;
System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (1)
54return Binding.DoNothing;