6 references to IsKnownType
PresentationFramework (6)
System\Windows\Input\Command\CommandConverter.cs (3)
73
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
130
if (
IsKnownType
(ownerType) || ownerType == null )// not found
180
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
System\Windows\Input\Command\CommandValueSerializer.cs (3)
29
if (CommandConverter.
IsKnownType
(command.OwnerType))
66
if (CommandConverter.
IsKnownType
(command.OwnerType))
103
if (command.OwnerType != null && !CommandConverter.
IsKnownType
(command.OwnerType))