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