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