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