14 implementations of IMultiValueConverter
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
18internal sealed class DocumentSymbolDataViewModelSorter : MarkupExtension, IMultiValueConverter
PresentationFramework (4)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
20public class BorderGapMaskConverter : IMultiValueConverter
System\Windows\Controls\MenuScrollingVisibilityConverter.cs (1)
24public sealed class MenuScrollingVisibilityConverter : IMultiValueConverter
System\Windows\Controls\StickyNote.cs (1)
1938private class InkEditingModeIsKeyboardFocusWithin2EditingMode : IMultiValueConverter
System\Windows\Navigation\JournalEntryListConverter.cs (1)
77public sealed class JournalEntryUnifiedViewConverter : IMultiValueConverter
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
20public class ProgressBarHighlightConverter : IMultiValueConverter
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
20public class ProgressBarHighlightConverter : IMultiValueConverter
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
20public class ProgressBarBrushConverter : IMultiValueConverter
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
20public class ProgressBarBrushConverter : IMultiValueConverter
PresentationFramework.Fluent (1)
Controls\AnimationFactorToValueConverter.cs (1)
11internal class AnimationFactorToValueConverter : IMultiValueConverter
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
20public class ProgressBarBrushConverter : IMultiValueConverter
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
20public class ProgressBarBrushConverter : IMultiValueConverter
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\GenericValueConverters.cs (1)
18internal sealed class ReferentialEqualityConverter : IMultiValueConverter
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonScrollButtonVisibilityConverter.cs (1)
24public sealed class RibbonScrollButtonVisibilityConverter : IMultiValueConverter
6 references to IMultiValueConverter
PresentationFramework (6)
System\Windows\Data\MultiBinding.cs (2)
209public IMultiValueConverter Converter 211get { return (IMultiValueConverter)GetValue(Feature.Converter, null); }
System\Windows\Data\MultiBindingExpression.cs (2)
987IMultiValueConverter Converter 1443IMultiValueConverter _converter;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6920typeof(System.Windows.Data.IMultiValueConverter), // type 6924bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.MultiBinding)target).Converter = (System.Windows.Data.IMultiValueConverter)value; };