6 references to IsKnownType
PresentationFramework (6)
System\Windows\Input\Command\CommandConverter.cs (3)
72if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType)) 129if (IsKnownType(ownerType) || ownerType == null )// not found 179if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType))
System\Windows\Input\Command\CommandValueSerializer.cs (3)
28if (CommandConverter.IsKnownType(command.OwnerType)) 65if (CommandConverter.IsKnownType(command.OwnerType)) 102if (command.OwnerType != null && !CommandConverter.IsKnownType(command.OwnerType))