31 references to GetConvertToException
PresentationCore (12)
Core\CSharp\MS\Internal\IListConverters.cs (5)
125throw GetConvertToException(value, destinationType); 167throw GetConvertToException(value, destinationType); 208throw GetConvertToException(value, destinationType); 250throw GetConvertToException(value, destinationType); 288throw GetConvertToException(value, destinationType);
Core\CSharp\System\Windows\CultureInfoConverter.cs (1)
156throw GetConvertToException(value, destinationType);
Core\CSharp\System\Windows\Input\Command\KeyGestureConverter.cs (1)
187throw GetConvertToException(value,destinationType);
Core\CSharp\System\Windows\Input\Command\MouseActionConverter.cs (1)
145throw GetConvertToException(value,destinationType);
Core\CSharp\System\Windows\Input\Command\MouseGestureConverter.cs (1)
182throw GetConvertToException(value,destinationType);
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
234throw GetConvertToException(value, destinationType);
Core\CSharp\System\Windows\Markup\XmlLanguageConverter.cs (1)
149throw GetConvertToException(value, destinationType);
Core\CSharp\System\Windows\Media\RequestCachePolicyConverter.cs (1)
156throw GetConvertToException(value, destinationType);
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
161throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
167throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\EventSetterHandlerConverter.cs (1)
99throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\FigureLengthConverter.cs (1)
179throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\GridLengthConverter.cs (1)
199throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
206throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\LengthConverter.cs (1)
173throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
107throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Markup\RoutedEventConverter.cs (1)
150throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
88throw GetConvertToException(value, destinationType);
src\Framework\System\Windows\Markup\TemplateKeyConverter.cs (1)
76throw GetConvertToException(value, destinationType);
System (1)
compmod\system\componentmodel\TypeConverter.cs (1)
185throw GetConvertToException(value, destinationType);
System.Web (3)
UI\WebControls\EmptyStringExpandableObjectConverter.cs (1)
26throw GetConvertToException(value, destinationType);
UI\WebControls\FontNamesConverter.cs (1)
66throw GetConvertToException(value, destinationType);
UI\WebControls\StringArrayConverter.cs (1)
71throw GetConvertToException(value, destinationType);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1219throw GetConvertToException(value, destinationType);
WindowsBase (3)
Base\System\Windows\ExpressionConverter.cs (1)
102throw GetConvertToException(value, destinationType);
Base\System\Windows\Input\KeyConverter.cs (1)
142throw GetConvertToException(value, destinationType);
Base\System\Windows\Input\ModifierKeysConverter.cs (1)
152throw GetConvertToException(value,destinationType);