6 references to IsKnownType
PresentationFramework (6)
System\Windows\Input\Command\CommandConverter.cs (3)
78if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType)) 135if (IsKnownType(ownerType) || ownerType == null )// not found 185if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType))
System\Windows\Input\Command\CommandValueSerializer.cs (3)
33if (CommandConverter.IsKnownType(command.OwnerType)) 70if (CommandConverter.IsKnownType(command.OwnerType)) 107if (command.OwnerType != null && !CommandConverter.IsKnownType(command.OwnerType))