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)
136
return new object[] { Binding.
DoNothing
};
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
115
return new object[] { Binding.
DoNothing
};
System\Windows\Controls\StickyNote.cs (1)
1960
return new object[] { value, Binding.
DoNothing
};
System\Windows\Data\BindingExpression.cs (8)
1331
if ( ((value != null) && (value != Binding.
DoNothing
) && (value != DependencyProperty.UnsetValue))
1351
if ((value != Binding.
DoNothing
) && (value != DependencyProperty.UnsetValue))
1436
if (value == Binding.
DoNothing
)
1878
return Binding.
DoNothing
;
1891
if (value != Binding.
DoNothing
&& value != DependencyProperty.UnsetValue &&
1909
if (value != Binding.
DoNothing
&& value != DependencyProperty.UnsetValue)
2000
if (value == Binding.
DoNothing
|| value == DependencyProperty.UnsetValue ||
2178
if (convertedValue == Binding.
DoNothing
)
System\Windows\Data\BindingExpressionBase.cs (1)
1161
if (value == Binding.
DoNothing
)
System\Windows\Data\BindingGroup.cs (4)
468
if (value == Binding.
DoNothing
)
493
if (value == Binding.
DoNothing
)
523
value = Binding.
DoNothing
; // signal "no entry"
542
if (value == Binding.
DoNothing
)
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
)
1226
if (EffectiveStringFormat == null || preFormattedValue == Binding.
DoNothing
|| preFormattedValue == DependencyProperty.UnsetValue)
1274
if (value == Binding.
DoNothing
)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
49
return Binding.
DoNothing
;
138
return new object[] { Binding.
DoNothing
};
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
120
return new object[] { Binding.
DoNothing
};