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)
136
return new object[] { Binding.
DoNothing
};
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
108
return new object[] { Binding.
DoNothing
};
System\Windows\Controls\StickyNote.cs (1)
1918
return new object[] { value, Binding.
DoNothing
};
System\Windows\Data\BindingExpression.cs (8)
1317
if ( ((value != null) && (value != Binding.
DoNothing
) && (value != DependencyProperty.UnsetValue))
1337
if ((value != Binding.
DoNothing
) && (value != DependencyProperty.UnsetValue))
1422
if (value == Binding.
DoNothing
)
1841
return Binding.
DoNothing
;
1854
if (value != Binding.
DoNothing
&& value != DependencyProperty.UnsetValue &&
1872
if (value != Binding.
DoNothing
&& value != DependencyProperty.UnsetValue)
1963
if (value == Binding.
DoNothing
|| value == DependencyProperty.UnsetValue ||
2129
if (convertedValue == Binding.
DoNothing
)
System\Windows\Data\BindingExpressionBase.cs (1)
1152
if (value == Binding.
DoNothing
)
System\Windows\Data\BindingGroup.cs (4)
456
if (value == Binding.
DoNothing
)
481
if (value == Binding.
DoNothing
)
511
value = Binding.
DoNothing
; // signal "no entry"
530
if (value == Binding.
DoNothing
)
System\Windows\Data\MultiBindingExpression.cs (7)
568
if (value != Binding.
DoNothing
&& value != DependencyProperty.UnsetValue)
696
if (value != Binding.
DoNothing
)
774
if (value == Binding.
DoNothing
)
813
else if (value != Binding.
DoNothing
)
898
if (value == Binding.
DoNothing
)
1214
if (EffectiveStringFormat == null || preFormattedValue == Binding.
DoNothing
|| preFormattedValue == DependencyProperty.UnsetValue)
1262
if (value == Binding.
DoNothing
)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
39
return Binding.
DoNothing
;
128
return new object[] { Binding.
DoNothing
};
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
113
return new object[] { Binding.
DoNothing
};