6 references to IsKnownType
PresentationFramework (6)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (3)
84if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType)) 141if (IsKnownType(ownerType) || ownerType == null )// not found 195if (command != null && command.OwnerType != null && IsKnownType(command.OwnerType))
src\Framework\System\Windows\Input\Command\CommandValueSerializer.cs (3)
38if (CommandConverter.IsKnownType(command.OwnerType)) 75if (CommandConverter.IsKnownType(command.OwnerType)) 112if (command.OwnerType != null && !CommandConverter.IsKnownType(command.OwnerType))